Your organization is hosting a backend microservice on Compute Engine instances within a Virtual Private Cloud (VPC) network. The microservice communicates over raw TCP traffic on port 8080 and requires internal regional traffic distribution without SSL offloading or layer 7 path routing features. Which load balancer should you deploy?
- Regional Internal Network Passthrough Load BalancerCevap
- BRegional Internal Application Load Balancer
- CGlobal External Application Load Balancer
- DGlobal External Proxy Network Load Balancer
Cevap
The Regional Internal Network Passthrough Load Balancer is the correct choice because it provides internal Layer 4 TCP load balancing within a GCP region.
The Regional Internal Network Passthrough Load Balancer is designed specifically for internal VPC workloads operating at Layer 4 (TCP/UDP) within a single region. It efficiently balances TCP traffic without proxy overhead.
Adım Adım Çözüm
Anahtar Kavram
Selecting GCP Load Balancers based on traffic direction (Internal vs External) and network layer (Layer 4 TCP vs Layer 7 HTTP/HTTPS).