CNI

CNI (Container Network Interface) offers a plugin system for network configuration, decoupling it from Kubernetes. Plugins are responsible for allocating IP addresses to Pods and configuring the host Node's network to route their traffic. This enables CNI plugins to allocate arbitrary addresses.

The plugins are implemented as standalone executables invoked by the kubelet. It's possible to combine or chain multiple plugins in some configurations.

Many cloud providers have written their own CNI plugins to handle provisioning their network resources directly, removing the need for a dedicated overlay network.


Children
  1. AWS VPC
  2. Azure CNI
  3. Calico
  4. Cilium
  5. Flannel
  6. Kube-Router
  7. Weave Net

Backlinks