Kubernetes Series : Network Policies
Introduction In this new article we discuss about Network Policies. What is a Network Policy ? A network policy is a specification of how groups of pods are allowed to communicate with each other and other network endpoints. NetworkPolicy resources use labels to select pods and define rules which specify what traffic is allowed to the selected pods. How …