An organization plans to host a public web application on Compute Engine instances that serves HTTP and HTTPS traffic to a global audience. They require a Google Cloud load balancing architecture that supports edge caching to speed up static asset delivery. Which Google Cloud load balancer should they choose?
- Global External Application Load Balancer with Cloud CDN enabledAnswer
- BExternal Passthrough Network Load Balancer with Cloud CDN enabled
- CInternal Application Load Balancer with Cloud CDN enabled
- DInternal Passthrough Network Load Balancer with Cloud DNS private zones
Answer
Global External Application Load Balancer with Cloud CDN enabled
The Global External Application Load Balancer operates at Layer 7, providing HTTP/HTTPS proxying across regions and seamlessly integrating with Cloud CDN to cache static content at Google edge points of presence.
Step-by-Step Solution
Key Concept
Selecting GCP Load Balancer types based on layer (L4 vs L7), scope (Global vs Regional), and Cloud CDN compatibility
Estimated Time:50s