Skip to main contentMerative SPM on Kubernetes

AKS Networking

Note: Azure Kubernetes Services (AKS) is exclusively available for Development and Test purposes only.

Networking

Network Policies in Kubernetes in AKS are used to determine object communication. They can be implemented using Kubernetes network policies, Ingress and Secure traffic between pods.

Ingress works by exposing services internal to the cluster via external endpoints. Traffic routing is controlled by rules defined on the Ingress resource.