AZ-104 · Question #440
You have an Azure subscription. You plan to deploy an Azure Kubernetes Service (AKS) cluster to support an app named App1. On- premises clients connect to App1 by using the IP address of the pod. For
The correct answer is B. Azure Container Networking Interface (CNI). With Azure CNI, every pod gets an IP address from the subnet and can be accessed directly. These IP addresses must be unique across your network space. Incorrect Answers: A: The kubenet networking option is the default configuration for AKS cluster creation. With kubenet, nodes g
Question
Options
- Akubenet
- BAzure Container Networking Interface (CNI)
- CHybrid Connection endpoints
- DAzure Private Link
How the community answered
(36 responses)- A17% (6)
- B72% (26)
- C8% (3)
- D3% (1)
Explanation
With Azure CNI, every pod gets an IP address from the subnet and can be accessed directly. These IP addresses must be unique across your network space. Incorrect Answers: A: The kubenet networking option is the default configuration for AKS cluster creation. With kubenet, nodes get an IP address from the Azure virtual network subnet. Pods receive an IP address from a logically different address space to the Azure virtual network subnet of the nodes. Network address translation (NAT) is then configured so that the pods can reach resources on the Azure virtual network. C, D: AKS only supports Kubenet networking and Azure Container Networking Interface (CNI) https://docs.microsoft.com/en-us/azure/aks/concepts-network
Community Discussion
No community discussion yet for this question.