⎈ k8s knowledge compiler

Network Policy [glossary]deterministic

A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.

networkingarchitectureextensioncore-objectsecurity

A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.

NetworkPolicies help you declaratively configure which Pods are allowed to connect to each other, which namespaces are allowed to communicate, and more specifically which port numbers to enforce each policy on. NetworkPolicy objects use [labels](#gloss:label) to select Pods and define rules which specify what traffic is allowed to the selected Pods.

NetworkPolicies are implemented by a supported network plugin provided by a network provider. Be aware that creating a NetworkPolicy object without a controller to implement it will have no effect.

Sources

reference/glossary/network-policy.md · docA specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.

Related (3)

prerequisite_of CIDRai-suggested prerequisite conf=0.7
prerequisite_of CustomResourceDefinitionai-suggested prerequisite conf=0.7
prerequisite_of Admission Controllerai-suggested prerequisite conf=0.7

← all Docs