You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The network model is implemented by the container runtime on each node. The most common container runtimes use [Container Network Interface](https://github.com/containernetworking/cni) (CNI) plugins to manage their network and security capabilities. Many different CNI plugins exist from many different vendors. Some of these provide only basic features of adding and removing network interfaces, while others provide more sophisticated solutions, such as integration with other container orchestration systems, running multiple CNI plugins, advanced IPAM features etc.
64
-
65
-
See [this page](/docs/concepts/cluster-administration/addons/#networking-and-network-policy) for a non-exhaustive list of networking addons supported by Kubernetes.
64
+
The network model is implemented by the container runtime on each node. The most common container
65
+
runtimes use [Container Network Interface](https://github.com/containernetworking/cni) (CNI)
66
+
plugins to manage their network and security capabilities. Many different CNI plugins exist from
67
+
many different vendors. Some of these provide only basic features of adding and removing network
68
+
interfaces, while others provide more sophisticated solutions, such as integration with other
69
+
container orchestration systems, running multiple CNI plugins, advanced IPAM features etc.
0 commit comments