Skip to content

CNI

Container Network Interface (CNI) K8s uses CNI as the default network interface mechanism. Aims: - provide a common interface for various networking solutions and container runtimes

Details see here CNI GitHub repository CNI plugin can be used to configure the network of a pod and provide a single IP per pod. 1. https://trainingportal.linuxfoundation.org/courses/kubernetes-for-developers-lfd259 Kubernetes Architecture