This document discusses network policies in Kubernetes using Calico. It provides an overview of what network policies are, who provides them with a focus on Calico, and how to install Calico on a Kubernetes cluster. Key points include:
1) Network policies specify permissible traffic to, from, and between pods using labels and default to blocking all traffic if no policies exist.
2) Calico is an open source solution that enables networking for workloads across clouds, containers, VMs and bare metal at the L3 network layer.
3) Installation of Calico on Kubernetes involves applying a YAML file to install Calico nodes, policies, and controllers in the kube-system namespace.