How to Implement Network Policy in Azure AKS to Secure Your Cluster

How to Implement Network Policy in Azure AKS to Secure Your Cluster

May 6, 2020

By default, pods are non-isolated; they accept traffic from any source. The Azure AKS solution to this security concern is Network Policy that lets developers control network access to their services.

The Azure AKS comes configured with Network Policy using Project Calico which can be used to secure your clusters.

This class will describe a few use cases for network policy and a live demo implementing each use case.

In this session, we will discuss and demo:

  • How Network Policy works
  • Common Use Cases for Network Policy
  • Live demo implementing Network Policy in an Azure AKS cluster