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-namespaces.adoc

17 lines
680 B
Plaintext

// Module included in the following assemblies:
//
// * security/container_security/security-network.adoc
[id="security-network-namespaces_{context}"]
= Using network namespaces
{product-title} uses software-defined networking (SDN) to provide a unified
cluster network that enables communication between containers across the
cluster.
Network policy mode, by default, makes all pods in a project accessible from
other pods and network endpoints.
To isolate one or more pods in a project, you can create `NetworkPolicy` objects
in that project to indicate the allowed incoming connections.
Using multitenant mode, you can provide project-level isolation for pods and services.