Skip to content

Commit a219b8c

Browse files
committed
Add CNI to list of addons
1 parent f88b5fc commit a219b8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/concepts/overview/components.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ about containers in a central database, and provides a UI for browsing that data
122122
A [cluster-level logging](/docs/concepts/cluster-administration/logging/) mechanism is responsible for
123123
saving container logs to a central log store with search/browsing interface.
124124

125+
### Network Plugins
126+
127+
[Network plugins](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins) are software
128+
components that implement the container network interface (CNI) specification. They are responsible for
129+
allocating IP addresses to pods and enabling them to communicate with each other within the cluster.
130+
125131

126132
## {{% heading "whatsnext" %}}
127133

0 commit comments

Comments
 (0)