Project Calico is an open source networking and security solution that implements network policy for Kubernetes clusters. It uses layer 3 networking and supports defining network policies with fine-grained control over which connections are allowed between pods. This document discusses using Calico's implementation of the Kubernetes NetworkPolicy API to demonstrate a simple network policy that allows access to nginx pods in a namespace only from a designated access pod, while otherwise isolating pods in that namespace by default.