Kubernetes network policies on Azure Kubernetes Service with Azure NPM
Microsoft provides an own network policy module to implement Kubernetes network policies with the Azure CNI plugin for acs-engine and AKS called Azure NPM.
-> https://github.com/Azure/azure-container-networking/tree/master/npm
The Azure NPM is available since quite some time for acs-engine and natively integrated, but not yet for AKS. If you want to use Azure NPM on Azure Kubernetes Service, Read more [...]