Google Cloud Professional Cloud Network Engineer — Question 137

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?

Answer options

Correct answer: B

Explanation

The correct answer is B because deploying the services to multiple regions and using serverless NEGs with a global HTTPS load balancer ensures low latency and high availability. Option A is incorrect as it focuses on availability zones rather than regions, which may not provide the same level of global distribution. Option C also uses availability zones and Cloud Endpoints, which do not offer the same benefits as serverless NEGs in this context. Option D lacks a robust load balancing mechanism to maintain high availability.