Kubernetes Notes
CtrlK
  • README
  • 序:Kubernetes之道
  • 搭建开发环境
  • 基本概念
  • 基础组件
  • 容器运行时(Container Runtime)
  • 资源隔离与限制
  • 网络
    • 基础知识
      • Linux network interfaces
      • Iptables
      • Overlay network
    • CNI
    • Flannel
    • Calico
    • Cilium
  • Service Mesh
  • 扩展Kubernetes
  • 现网问题
  • 最佳实践
  • 生产力小工具
  • 社区贡献
  • 学习资料
  • 附录:RTFSC
Powered by GitBook
On this page

Was this helpful?

  1. 网络
  2. 基础知识

Overlay network

参考资料

  • TUN/TAP内核文档:https://www.kernel.org/doc/Documentation/networking/tuntap.txt

  • Network Tunnels with Linux: https://www.jumpingbean.co.za/blogs/mark/linux-network-tunnels

  • IP over UDP tunnel with socat: https://www.gabriel.urdhr.fr/2016/01/12/ip-over-udp-with-socat/

  • Foo over UDP: https://lwn.net/Articles/614348/

  • Multi-Host Networking Overlay with Flannel: https://docker-k8s-lab.readthedocs.io/en/latest/docker/docker-flannel.html(这网站里有很多docker网络相关的动手小实验)

PreviousIptablesNextCNI

Last updated 6 years ago

Was this helpful?