Network Policies (Security)

Back to Kubernetes Security

Kubernetes resources that define allowed network traffic between pods. By default, all pod-to-pod traffic is allowed. Network policies implement microsegmentation within a cluster, restricting communication to only the necessary paths.

infrastructure-security kubernetes network-policies