Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have developed a web application using multiple containerized microservices and plan to deploy them on Cloud Run. How can you ensure these services achieve high availability and low latency for your users?
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.