Building a Kubernetes CNI From Scratch (Part 3): Writing a Bash CNI Plugin
In this article, we build the first working version of our Kubernetes CNI plugin using Bash. We create a Linux bridge, allocate pod IPs, create veth pairs, connect pods to the host, and return a valid CNI result to containerd.