nerdexam
Microsoft

AZ-104 · Question #522

You have an Azure subscription. You are deploying an Azure Kubernetes Service (AKS) cluster that will contain multiple pods. The pods will use kubernet networking. You need to restrict network…

The correct answer is B. the Calico network policy. To provide network connectivity, AKS clusters can use kubenet (basic networking) or Azure CNI (advanced networking). Azure Network Policies supports Azure CNI only. Calico Network Policies supports both Azure CNI (Windows Server 2019 and Linux) and kubenet (Linux)…

Submitted by tom_us· Mar 4, 2026Deploy and manage Azure compute resources

Question

You have an Azure subscription. You are deploying an Azure Kubernetes Service (AKS) cluster that will contain multiple pods. The pods will use kubernet networking. You need to restrict network traffic between the pods. What should you configure on the AKS cluster?

Options

  • Apod security policies
  • Bthe Calico network policy
  • Can application security group
  • Dthe Azure network policy

How the community answered

(35 responses)
  • A
    9% (3)
  • B
    80% (28)
  • C
    3% (1)
  • D
    9% (3)

Explanation

To provide network connectivity, AKS clusters can use kubenet (basic networking) or Azure CNI (advanced networking). Azure Network Policies supports Azure CNI only. Calico Network Policies supports both Azure CNI (Windows Server 2019 and Linux) and kubenet (Linux). https://docs.microsoft.com/en-us/azure/aks/use-network-policies https://docs.microsoft.com/en-us/azure/aks/configure-kubenet

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice