Professional Cloud Security Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise uses a hub-and-spoke network topology on Google Cloud. The central hub-vpc is connected to multiple departmental spoke VPCs via VPC Network Peering, with custom route exchange enabled to share internal routes across networks.
A security engineer is deploying a private VPC-native Google Kubernetes Engine (GKE) cluster in spoke-vpc-a. The cluster deployment fails during creation with an IP address conflict error, even though the selected /28 control plane IP range does not overlap with any primary or secondary subnet ranges locally configured inside spoke-vpc-a.
What is the root cause of this deployment failure, and how should the engineer resolve it?
In a private VPC-native GKE cluster, Google Cloud manages the Kubernetes control plane within a separate Google-managed tenant project. Google Cloud establishes VPC Network Peering between the tenant project's VPC and the customer's VPC network (spoke-vpc-a) to enable secure, private communication between nodes and the master control plane.
/28 control plane route into the customer's VPC. Because VPC Network Peering enforces strict, global non-overlapping IP rules across the entire peering group, the control plane CIDR cannot conflict with any IP address space in the local VPC or any networks directly peered to it (such as hub-vpc)./28 range is free within spoke-vpc-a, an existing subnet, custom route, or imported route within the peered hub-vpc already occupies that CIDR block, violating peering constraints./28 RFC 1918 CIDR block that is completely distinct across the entire peering group resolves the validation failure./28 block (16 IPv4 addresses) dedicated to control plane replicas and load balancing.VPC Network Peering cannot be established or maintained when subnet ranges or static routes overlap across peered boundaries. Choosing a globally unique CIDR for the control plane satisfies GKE provisioning prerequisites without requiring structural alterations to the existing hub-and-spoke peering topology.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.