An enterprise architecture team is configuring a custom-mode Virtual Private Cloud (VPC) network in Google Cloud. The primary subnet in `us-east4` is currently assigned the IPv4 CIDR block . The team plans to deploy a Google Kubernetes Engine (GKE) cluster in this subnet and must define a secondary IPv4 CIDR range for Pod IP address allocation. Furthermore, long-term capacity requirements mandate that the primary subnet range must be expandable to in the future without recreating the subnet, modifying existing secondary ranges, or creating IP range overlaps. Which secondary IPv4 CIDR range should be assigned to the Pods to satisfy all requirements?
- Answer
- B
- C
- D
Answer
Assigning the secondary Pod range to ensures that the primary IP range can be seamlessly expanded to without IP overlap.
The range spans from to . Because expanding the primary subnet from to encompasses the IP span from to , placing the secondary range at leaves the entire block unobstructed for future expansion.
Step-by-Step Solution
Key Concept
VPC Subnet Primary Expansion and Secondary IP Range Non-Overlap Rules