Topic 1 Question 522
2 つ選択A company runs container applications by using Amazon Elastic Kubernetes Service (Amazon EKS). The company's workload is not consistent throughout the day. The company wants Amazon EKS to scale in and out according to the workload.
Which combination of steps will meet these requirements with the LEAST operational overhead?
Use an AWS Lambda function to resize the EKS cluster.
Use the Kubernetes Metrics Server to activate horizontal pod autoscaling.
Use the Kubernetes Cluster Autoscaler to manage the number of nodes in the cluster.
Use Amazon API Gateway and connect it to Amazon EKS.
Use AWS App Mesh to observe network activity.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: BC
By combining the Kubernetes Cluster Autoscaler (option C) to manage the number of nodes in the cluster and enabling horizontal pod autoscaling (option B) with the Kubernetes Metrics Server, you can achieve automatic scaling of your EKS cluster and container applications based on workload demand. This approach minimizes operational overhead as it leverages built-in Kubernetes functionality and automation mechanisms.
👍 3LONGMEN2023/05/19 - 正解だと思う選択肢: BC
b and c is right
👍 1nosense2023/05/19
シャッフルモード