AZ-305 · Question #416
You have multiple on-premises networks. You have multiple Azure subscriptions. Each subscription contains a virtual network that is assigned an IP address space of 172.16.0.0/16. Each virtual network
The correct answer is D. Azure CNI. Azure CNI is a network model designed for advanced networking. It provides full virtual network connectivity for pods, allowing for pod-to-pod and pod-to-VM connectivity. It's ideal for scenarios where advanced AKS features, such as virtual nodes, are required. It's suitable for
Question
Options
- AAzure CNI Powered by Cilium
- BAzure CNI Overlay
- Ckubenet
- DAzure CNI
How the community answered
(26 responses)- A4% (1)
- B4% (1)
- C12% (3)
- D81% (21)
Explanation
Azure CNI is a network model designed for advanced networking. It provides full virtual network connectivity for pods, allowing for pod-to-pod and pod-to-VM connectivity. It's ideal for scenarios where advanced AKS features, such as virtual nodes, are required. It's suitable for scenarios where sufficient IP address space is available, and external resources need to reach pods directly. AKS network policies are also supported with Azure CNI. https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/app- platform/aks/network-topology-and-connectivity
Topics
Community Discussion
No community discussion yet for this question.