1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/security-network-multiple-pod.adoc
2023-01-17 20:34:15 +00:00

13 lines
504 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 plugin 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.