Update content/en/docs/concepts/cluster-administration/networking.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
pull/35754/head
Martin Zacho 2022-08-18 09:57:29 +02:00 committed by GitHub
parent 652a626b0f
commit 69f5c69ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ To learn about the Kubernetes networking model, see [here](/docs/concepts/servic
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.
See [this page](/docs/concepts/cluster-administration/addons/#networking-and-network-policy) for a non-exhaustive list of networking addons supported by Kubernetes.
imply any preferential status.
## {{% heading "whatsnext" %}}