An enterprise is migrating a custom media-rendering workstation service to Google Cloud Compute Engine instances hosted in a single regional VPC network. The service receives raw, non-HTTP TCP traffic on port 8900 from on-premises client workstations connected across Dedicated Interconnect. You must design a solution that satisfies two core requirements:
1. Route incoming internal traffic across the backend instances while preserving the original client source IP addresses for security auditing.
2. Allow on-premises client workstations to resolve the internal domain name of the load balancer using Cloud DNS.
Which combination of Google Cloud networking services should you plan?
- Provision an Internal Passthrough Network Load Balancer targeting the backend instance group, and create a Cloud DNS private zone with an inbound DNS forwarding entry point.Cevap
- BProvision an Internal Application Load Balancer targeting the backend instance group, and create a Cloud DNS private zone with an outbound DNS forwarding policy.
- CProvision an External Proxy Network Load Balancer targeting the backend instance group, and create a Cloud DNS public zone with DNSSEC enabled.
- DProvision an External Passthrough Network Load Balancer targeting the backend instance group, and create a Cloud DNS peering zone.
Cevap
Provisioning an Internal Passthrough Network Load Balancer targeting the backend instance group, alongside a Cloud DNS private zone configured with inbound DNS forwarding, meets all protocol, IP preservation, and DNS resolution requirements.
Selecting an Internal Passthrough Network Load Balancer correctly handles regional, private non-HTTP TCP traffic while preserving original client source IP addresses because it is a non-proxied Layer 4 load balancer. Pairing this with a Cloud DNS private zone configured for inbound DNS forwarding allows on-premises systems connected via Dedicated Interconnect to query GCP internal DNS entry points.
Adım Adım Çözüm
Anahtar Kavram
Selecting Layer 4 vs Layer 7 load balancers and configuring Cloud DNS Inbound Forwarding for hybrid network architecture.
Tahmini Süre:2m 0s