k8s.github.io

CNI in Kubernetes

In this section, we will take a look at Container Networking Interface (CNI) in Kubernetes

Configuring CNI

net-1

$ systemctl status kubelet.service

View Kubelet Options

$ ps -aux | grep kubelet

Check the Supportable Plugins

$ ls /opt/cni/bin

Check the CNI Plugins

ls /etc/cni/net.d

Format of Configuration File

net-2

References Docs