A Kubernetes controller granting the ability to plug/unplug network interfaces to/from running pods.
The Multus Dynamic Networks Controller is a Kubernetes controller that enables hot-plugging and unplugging of network interfaces on running pods. It works alongside Multus CNI to watch for changes to pod network annotations and dynamically attach or detach additional network interfaces without requiring pod restarts. This is particularly useful for workloads such as telecommunications and network functions virtualization (NFV) that require runtime network reconfiguration.
For more information, see the Multus Dynamic Networks Controller repository.