Multi-Homed Pod with Static IP
Overview
The goal is to setup Container Network Interface CNI to add extra network interface with static IP for Pod in a Kubernetes cluster.
Our solution is based on Multus and static CNI plugin, with the following advantages:
Easy to setup.
Lightweight.
Compatible with most of the primary CNI.
Follows are the instructions to set up multi-homed pod with static IP.