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

Was this helpful?

  1. 网络

CNI

参考资料

  • CNI: https://github.com/containernetworking

  • Understanding CNI (Container Networking Interface): http://www.dasblinkenlichten.com/understanding-cni-container-networking-interface/

  • Network Plugins: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/

PreviousOverlay networkNextFlannel

Last updated 6 years ago

Was this helpful?