A financial company is designing the network architecture for an internal analytics microservice hosted on Compute Engine instances across multiple subnets within a single Google Cloud region. The service receives HTTPS traffic strictly from other internal VPC workloads and on-premises hosts connected via Dedicated Interconnect. The architecture requires Layer 7 path-based request routing and internal SSL/TLS termination without allocating any public IP addresses. Which load balancer type should you plan to implement?
- Regional Internal Application Load BalancerAnswer
- BInternal Passthrough Network Load Balancer
- CGlobal External Application Load Balancer
- DRegional External Application Load Balancer
Answer
Regional Internal Application Load Balancer
The Regional Internal Application Load Balancer is a regional Layer 7 proxy load balancer. It assigns internal IP addresses within your VPC network, enabling path-based HTTP routing and TLS termination for private microservices accessible from internal VPCs and Cloud Interconnect endpoints.
Step-by-Step Solution
Key Concept
Distinguishing between GCP Layer 4 vs Layer 7 load balancers and internal vs external deployment scopes.