Merge pull request #41232 from mrgiles/24627_cluster_add_ons_add_cni_ref
Add CNI plugin to list of Addons
This commit is contained in:
commit
1a22d90894
|
|
@ -122,6 +122,12 @@ about containers in a central database, and provides a UI for browsing that data
|
||||||
A [cluster-level logging](/docs/concepts/cluster-administration/logging/) mechanism is responsible for
|
A [cluster-level logging](/docs/concepts/cluster-administration/logging/) mechanism is responsible for
|
||||||
saving container logs to a central log store with search/browsing interface.
|
saving container logs to a central log store with search/browsing interface.
|
||||||
|
|
||||||
|
### Network Plugins
|
||||||
|
|
||||||
|
[Network plugins](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins) are software
|
||||||
|
components that implement the container network interface (CNI) specification. They are responsible for
|
||||||
|
allocating IP addresses to pods and enabling them to communicate with each other within the cluster.
|
||||||
|
|
||||||
|
|
||||||
## {{% heading "whatsnext" %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue