
Explanation:
To determine the correct Pod per node CIDR range, we need to ensure the range can accommodate between 60 to 100 Pods per node. GKE reserves 4 IP addresses per node (for system services), so the CIDR size must provide at least 104 IPs (100 Pods + 4 reserved).
/25 (Option B) is the optimal choice as it satisfies the requirements without over-provisioning.
Ultimate access to all questions.
Your organization is migrating to Google Kubernetes Engine. The application team specifies a requirement of at least 60 Pods per node and a maximum of 100 Pods per node. What Pod CIDR range per node should be configured?
A
/24
B
/25
C
/26
D
/28
No comments yet.