
Explanation:
To optimally design the IP schema for the GKE cluster, considering the initial deployment of 5 nodes with potential to scale to 10 nodes, a maximum of 8 Pods per node, and services growing from 100 to up to 1024, the following IP ranges are recommended:
Option D correctly uses a /28 for nodes, a /24 for Pods, and a /22 for Services, satisfying all requirements optimally.
Ultimate access to all questions.
You need to design an IP schema for a Google Kubernetes Engine (GKE) cluster with the following requirements:
How should you configure the IP address allocation to optimally meet these requirements?
A
Configure a /28 primary IP address range for the node IP addresses. Configure a /25 secondary IP range for the Pods. Configure a /22 secondary IP range for the Services.
B
Configure a /28 primary IP address range for the node IP addresses. Configure a /25 secondary IP range for the Pods. Configure a /21 secondary IP range for the Services.
C
Configure a /28 primary IP address range for the node IP addresses. Configure a /28 secondary IP range for the Pods. Configure a /21 secondary IP range for the Services.
D
Configure a /28 primary IP address range for the node IP addresses. Configure a /24 secondary IP range for the Pads. Configure a /22 secondary IP range for the Services.
No comments yet.