> For the complete documentation index, see [llms.txt](https://notes.tatusl.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tatusl.dev/kubernetes/network-policies.md).

# Network Policies

> A network policy is a specification of how groups of pods are allowed to communicate with each other and other network endpoints.

<https://kubernetes.io/docs/concepts/services-networking/network-policies/>

## Resource

* Kubernetes Network Policy recipes - <https://github.com/ahmetb/kubernetes-network-policy-recipes>
* Network Policies - <https://kubernetes.io/docs/concepts/services-networking/network-policies/>
