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

- Check the status of the Kubelet Service
$ systemctl status kubelet.service
View Kubelet Options
Check the Supportable Plugins
- To check the all supportable plugins available in the
/opt/cni/bin
directory.
Check the CNI Plugins
- To check the cni plugins which kubelet needs to be used.

References Docs
- https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
- https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/