Baremetal CNI Setup with Cilium
In a freshly set up Kubernetes cluster, we need a so-called CNI. This CNI is not always present after installation. What is a Container Network Interface (CNI)? CNI is a network framework that allows the dynamic configuration of networking resources through a group of Go-written specifications and libraries. The specification mentioned for the plugin outlines an interface that would configure the network, provisioning the IP addresses, and mantain multi-host connectivity....