mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
12 lines
474 B
Plaintext
12 lines
474 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/container_security/security-network.adoc
|
|
|
|
[id="security-network-policies_{context}"]
|
|
= Isolating pods with network policies
|
|
|
|
Using _network policies_, you can isolate pods from each other in the same project.
|
|
Network policies can deny all network access to a pod,
|
|
only allow connections for the ingress controller, reject connections from
|
|
pods in other projects, or set similar rules for how networks behave.
|