Soru

Zorluk: KolayConfigure Azure Kubernetes Service (AKS)

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.)

  1. Nodes receive IP addresses from the Azure Virtual Network subnet.Cevap
  2. Pods receive IP addresses from a separate, logically distinct address space.Cevap
  3. C
    Pods receive IP addresses directly from the Azure Virtual Network subnet.
  4. D
    Each pod requires a dedicated IP address from the subnet's IP range.
  5. E
    Every 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

1
Analyze the requirements for the AKS networking configuration.
The scenario specifies deploying an AKS cluster with limited IP address availability using the kubenet networking plugin.
Understanding the constraints is necessary to select the correct properties of kubenet.
2
Determine node IP address allocation for kubenet.
Under kubenet, nodes receive IP addresses from the Azure Virtual Network subnet.
Nodes must be reachable on the virtual network, so they are allocated standard subnet IPs.
3
Determine pod IP address allocation for kubenet.
Pods receive IP addresses from a separate address range that is not part of the Azure Virtual Network subnet.
This behavior reduces IP address consumption in the virtual network, making it suitable for environments with limited IPs.

Anahtar Kavram

IP address allocation differences between kubenet and Azure CNI in AKS
Bu soruyu puanla