Your company is planning to deploy a new Azure Kubernetes Service (AKS) cluster. Due to IP address constraints in your Azure Virtual Network, you decide to use the kubenet networking model.
Which two statements correctly describe how IP addresses are allocated in this configuration? (Select two.)
- Nodes receive IP addresses from the Azure Virtual Network subnet.Cevap
- Pods receive IP addresses from a separate, logically distinct address space.Cevap
- CPods receive IP addresses directly from the Azure Virtual Network subnet.
- DEach pod requires a dedicated IP address from the subnet's IP range.
- EEvery pod is automatically assigned a public IP address.
Cevap
Nodes receive IP addresses from the Azure Virtual Network subnet, and pods receive IP addresses from a separate, logically distinct address space.
In a kubenet networking model, the nodes receive IP addresses from the virtual network subnet, whereas the pods are assigned IP addresses from a logically distinct address space that is completely separate from the virtual network. This drastically reduces the number of IP addresses required from the virtual network subnet.
Adım Adım Çözüm
Anahtar Kavram
IP address allocation differences between kubenet and Azure CNI in AKS