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)…
Question
Options
- Apod security policies
- Bthe Calico network policy
- Can application security group
- Dthe Azure network policy
How the community answered
(35 responses)- A9% (3)
- B80% (28)
- C3% (1)
- D9% (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.