Topic 1 Question 252
Your company developed an application to deploy on Google Kubernetes Engine. Certain parts of the application are not fault-tolerant and are allowed to have downtime. Other parts of the application are critical and must always be available. You need to configure a Google Kubernetes Engine cluster while optimizing for cost. What should you do?
Create a cluster with a single node-pool by using standard VMs. Label he fault-tolerant Deployments as spot_true.
Create a cluster with a single node-pool by using Spot VMs. Label the critical Deployments as spot_false.
Create a cluster with both a Spot VM node pool and a node pool by using standard VMs. Deploy the critical deployments on the Spot VM node pool and the fault-tolerant deployments on the node pool by using standard VMs.
Create a cluster with both a Spot VM node pool and a nods pool by using standard VMs. Deploy the critical deployments on the node pool by using standard VMs and the fault-tolerant deployments on the Spot VM node pool.
ユーザの投票
コメント(4)
D. Create a cluster with both a Spot VM node pool and a nods pool by using standard VMs. Deploy the critical deployments on the node pool by using standard VMs and the fault-tolerant deployments on the Spot VM node pool.
👍 3shiowbah2023/12/29- 正解だと思う選択肢: C
Per ChatGPT, Option C aligns with the requirements of optimizing cost, ensuring fault tolerance for certain parts of the application, and maintaining high availability for critical parts by using a combination of Spot VM node pools and standard VM node pools in the same GKE cluster.
👍 1KelvinToo2023/12/31 - 正解だと思う選択肢: D
Ans is D
👍 1kaby19872024/01/01
シャッフルモード