Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,459 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which policy I can use to restrict the network traffic between the pods?
The pods will use Kubernetes networking.
Thanks for posting your question in the Microsoft Q&A forum.
Differences between Network Policy engines: Cilium, Azure NPM, and Calico:
The key differences are:
You can use either Azure Network Policy Manager or Calico network policy:
Azure Network Policy Manager:
NetworkPolicy
, NetworkPolicy.Spec.Egress
, and NetworkPolicy.Spec.Ingress.
Calico Network Policy:
calicoctl
CLI tool or Kubernetes manifests.Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful