Microsoft Azure Administrator Associate AZ-104 Practice Question
An organization has deployed a Kubernetes cluster in Azure to host their applications. For security compliance, they need to limit network traffic between pods to only the necessary communications. Which of the following actions should you take to meet this requirement?
Enable network policies and set up rules to allow or deny traffic between pods.
Implement Azure Service Endpoints to secure communication between pods.
Set up an Application Gateway to control network traffic between pods in the cluster.
Configure Azure Firewall to restrict pod-to-pod communication within the cluster.