Skip to content
cloud-security

Network Policy

Kubernetes Network Policy

Definition

Kubernetes Network Policies are API objects that control which pods can communicate with each other and with external endpoints using label selectors. By default, Kubernetes allows all pod-to-pod communication; applying a default-deny NetworkPolicy and explicitly allowing only required traffic implements micro-segmentation.

Network policies require a compatible CNI plugin (Calico, Cilium, or others) to be enforced — they are defined in the API but have no effect without a policy-capable CNI.


Ship secure code faster

Crash Override integrates security into the developer workflow. No context switching, no waiting on reviews.