Topic 1 Question 132
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?
Deploy the Cloud Run services to multiple availability zones. Create a global TCP load balancer. Add the Cloud Run endpoints to its backend service.
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.
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
Deploy the Cloud Run services to multiple regions. Configure a round-robin A record in Cloud DNS.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: B
B is correct.
👍 7ccieman20162022/12/03 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
👍 1AzureDP9002022/12/16• 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.
👍 1pk3492023/01/14
シャッフルモード