1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/security-network-multiple-pod.adoc
2020-07-07 03:49:55 +00:00

13 lines
505 B
Plaintext

// Module included in the following assemblies:
//
// * security/container_security/security-network.adoc
[id="security-network-multiple-pod_{context}"]
= Using multiple pod networks
Each running container has only one network interface by default.
The Multus CNI plug-in lets you create multiple CNI networks, and then
attach any of those networks to your pods. In that way, you can do
things like separate private data onto a more restricted network
and have multiple network interfaces on each node.