An enterprise organization is deploying a hub-and-spoke Virtual Private Cloud (VPC) topology on Google Cloud. The central Hub VPC connects to an on-premises data center using Dedicated Interconnect with Cloud Router. Separate spoke VPCs host Production and Staging workloads. The lead architect must enforce the following networking requirements:
1. Spoke VPCs must securely communicate with services in the Hub VPC and access on-premises resources via the Dedicated Interconnect.
2. Spoke VPCs must remain strictly isolated from one another without direct or inter-spoke transit path communication.
3. Workloads in spoke VPCs must reach Google Cloud APIs and private Google Kubernetes Engine (GKE) control planes securely without assigning public IP addresses or exposing master endpoints to the public internet.
Which TWO configuration actions should the Cloud Architect implement to satisfy these architecture requirements? (Select TWO.)
- Establish VPC Network Peering between each spoke VPC and the Hub VPC, enabling custom route export on the Hub peering and custom route import on the spoke peerings.Answer
- BConfigure Cloud Router in the Hub VPC with transitive BGP route reflection enabled so that spoke VPC peering connections automatically forward traffic between spoke VPCs.
- CReplace Dedicated Interconnect with individual High Availability (HA) IPsec VPN tunnels between each spoke VPC and the on-premises environment to bypass VPC Peering bandwidth limitations.
- Enable Private Google Access on subnets within spoke VPCs and configure Authorized Networks for private GKE cluster control plane endpoints using internal IP ranges.Answer
- EDisable control plane authorized networks on private GKE clusters and assign public IP endpoints to master nodes to facilitate administrative routing across the Dedicated Interconnect.