Topic 1 Question 277
Your team has developed a stateless application which requires it to be run directly on virtual machines. The application is expected to receive a fluctuating amount of traffic and needs to scale automatically. You need to deploy the application. What should you do?
Deploy the application on a managed instance group and configure autoscaling.
Deploy the application on a Kubernetes Engine cluster and configure node pool autoscaling.
Deploy the application on Cloud Functions and configure the maximum number instances.
Deploy the application on Cloud Run and configure autoscaling.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: A
Here's why A is the most suitable solution:
Managed Instance Groups (MIGs): MIGs are designed to manage groups of identical VMs, making them ideal for running stateless applications. They provide features like auto-scaling, auto-healing, and load balancing, which are crucial for handling fluctuating traffic.
Autoscaling: You can configure autoscaling policies to automatically add or remove VM instances based on metrics like CPU utilization, HTTP load balancing traffic, or Stackdriver Monitoring metrics. This ensures that your application can scale up to handle peak traffic and scale down during periods of low demand.
👍 5RuchiMishra2024/07/16 - 正解だと思う選択肢: A
If the application did not have to be run on VMs I would have chosen D as Cloud Run would be easier and can scale to zero which reduces idle-time cost. But the app does, so MIGs is the choice.
👍 3flummoxed_individual2024/07/24 - 正解だと思う選択肢: A
Vote for A
👍 2BuenaCloudDE2024/07/19
シャッフルモード