PROFESSIONAL-CLOUD-ARCHITECT · Question #281
Case Study: 11 - TerramEarth Company overview TerramEarth manufactures heavy equipment for the mining and agricultural industries. They currently have over 500 dealers and service centers in 100 count
The correct answer is B. Deploy Cloud Run services to multiple regions. Create serverless network endpoint groups. Cloud Run is a regional service. To serve global users you need to configure a Global HTTP LB and NEG as the backend. Cloud Run services are deployed into individual regions and to route your users to different regions of your service, you need to configure external HTTP(S) Load
Question
Options
- ADeploy Cloud Run services to multiple availability zones. Create Cloud Endpoints that point to the
- BDeploy Cloud Run services to multiple regions. Create serverless network endpoint groups
- CDeploy Cloud Run services to multiple regions. In Cloud DNS, create a latency-based DNS name
- DDeploy Cloud Run services to multiple availability zones. Create a TCP/IP global load balancer.
How the community answered
(20 responses)- A10% (2)
- B60% (12)
- C25% (5)
- D5% (1)
Explanation
Cloud Run is a regional service. To serve global users you need to configure a Global HTTP LB and NEG as the backend. Cloud Run services are deployed into individual regions and to route your users to different regions of your service, you need to configure external HTTP(S) Load Balancing. https://cloud.google.com/run/docs/multiple-regions A network endpoint group (NEG) specifies a group of backend endpoints for a load balancer. A serverless NEG is a backend that points to a Cloud Run, App Engine, or Cloud Functions https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts
Topics
Community Discussion
No community discussion yet for this question.