An enterprise organization is provisioning a global multi-project Google Cloud network topology across `us-central1` and `europe-west1`. The architecture utilizes a Shared VPC Host Project connecting multiple Service Projects, along with an on-premises data center connected via Cloud Interconnect. The networking team must ensure continuous dynamic route propagation across all regions and hybrid links, alongside secure private connectivity to Google Cloud APIs from workloads that lack external IP addresses. Which TWO configuration steps must be implemented to satisfy these networking and access requirements? (Select TWO.)
- Set the VPC network dynamic routing mode to Global and configure Cloud Router in the Host VPC to dynamically exchange BGP routes across regions and hybrid connections.Answer
- Enable Private Google Access on internal subnets and provision Private Service Connect endpoints for accessing Google Cloud APIs using internal IP addresses.Answer
- CConfigure VPC Network Peering between Service Project A and Service Project B through the central Host VPC, relying on host routing to forward traffic transitively between service workloads.
- DReplace the Cloud Interconnect connection with an High Availability (HA) VPN gateway using static routing to support hybrid traffic bandwidth requirements exceeding 10 Gbps.
- EDisable control plane authorized networks on private GKE clusters in service subnets so administrative traffic from the host network can reach master endpoints without IP range restrictions.
Answer
The correct architecture requires setting the VPC dynamic routing mode to Global with Cloud Router BGP advertising across regions and hybrid links, and enabling Private Google Access alongside Private Service Connect endpoints for secure internal Google API routing.
Global Dynamic Routing enables Cloud Routers in a VPC to learn and advertise routes across all GCP regions and hybrid Interconnect attachments dynamically. In addition, enabling Private Google Access on subnets and configuring Private Service Connect endpoints allows internal VM workloads without external IP addresses to privately access Google API endpoints safely over private RFC 1918 space.
Step-by-Step Solution
Key Concept
Global Dynamic Routing and Private Access Topology in Google Cloud VPCs