- Take me to Lecture
In this section, we will take a look at Container Networking Interface (CNI) in Kubernetes
- Check the status of the Kubelet Service
$ systemctl status kubelet.service
$ ps -aux | grep kubelet
- To check the all supportable plugins available in the
/opt/cni/bin
directory.
$ ls /opt/cni/bin
- To check the cni plugins which kubelet needs to be used.
ls /etc/cni/net.d