An administrator is deploying a new Azure Kubernetes Service (AKS) cluster named aks-corp to run internal workloads. The cluster nodes will be deployed into an existing virtual network subnet with the IP address range . The virtual network is peered with an on-premises network that uses the range . You decide to use the Kubenet network plugin. Which combination of Pod CIDR and Service CIDR is valid for this deployment?
- Pod CIDR: ; Service CIDR: Answer
- BPod CIDR: ; Service CIDR:
- CPod CIDR: ; Service CIDR:
- DPod CIDR: ; Service CIDR:
Answer
Pod CIDR: ; Service CIDR:
The correct configuration uses Pod CIDR and Service CIDR . These ranges do not overlap with the node subnet range of , the peered network range of , or each other, which satisfies the AKS networking prerequisites.
Step-by-Step Solution
Key Concept
AKS Kubenet IP Addressing and Overlap Rules