You built a web application with several containerized microservices. You want to run those microservices on Cloud Run. You must also ensure that the services are highly available to your customers with low latency. What should you do?
A.
Deploy the Cloud Run services to multiple availability zones. Create a global TCP load balancer. Add the Cloud Run endpoints to its backend service.
B.
Deploy the Cloud Run services to multiple regions. Create serverless network endpoint groups (NEGs) that point to the services. Create a global HTTPS load balancer, and attach the serverless NEGs as backend services of the load balancer.
C.
Deploy the Cloud Run services to multiple availability zones. Create Cloud Endpoints that point to the services. Create a global HTTPS load balancer, and attach the Cloud Endpoints to its backend
D.
Deploy the Cloud Run services to multiple regions. Configure a round-robin A record in Cloud DNS.
• B. Deploy the Cloud Run services to multiple regions. Create serverless network endpoint groups ***** (NEGs) that point to the services. Create a global HTTPS load balancer, and attach the serverless NEGs as backend services of the load balancer.
Serve traffic from multiple regions
To return faster responses to your users around the world, you need to deploy services in multiple regions and route your users to the nearest region.
Because Cloud Run services are deployed into individual regions, you need to configure external HTTP(S) Load Balancing to route your users to different regions of your service.
B. Deploy the Cloud Run services to multiple regions. Create serverless network endpoint groups (NEGs) that point to the services. Create a global HTTPS load balancer, and attach the serverless NEGs as backend services of the load balancer
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
ccieman2016
Highly Voted 10 months, 3 weeks agopk349
Most Recent 9 months, 2 weeks agoAzureDP900
10 months, 2 weeks ago