60DaysOfK8s – Day 36 CNI

Container Network Interface A standard to configure network interfaces in Linux containers. The runtime can be Kubernetes or others. CNI in Kubernetes A CNI plugin is required to implement the Kubernetes network model. The following is example of values set to variables for cni. Run ps -aux | grep kubelet| grep network, get the network plugin … Continue reading 60DaysOfK8s – Day 36 CNI