Topic 1 Question 162
A company runs applications in an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. The EKS cluster uses an Application Load Balancer to route traffic to the applications that run in the cluster.
A new application that was migrated to the EKS cluster is performing poorly. All the other applications in the EKS cluster maintain appropriate operation. The new application scales out horizontally to the preconfigured maximum number of pods immediately upon deployment, before any user traffic routes to the web application.
Which solution will resolve the scaling behavior of the web application in the EKS cluster?
Implement the Horizontal Pod Autoscaler in the EKS cluster.
Implement the Vertical Pod Autoscaler in the EKS cluster.
Implement the Cluster Autoscaler.
Implement the AWS Load Balancer Controller in the EKS cluster.
ユーザの投票
コメント(7)
- 正解だと思う選択肢: C
C is correct
👍 1PrasannaBalaji2023/12/29 - 正解だと思う選択肢: A
It's A - horizontal pod autoscaler can scale in or horizontally based on CPU utilisation.
https://docs.aws.amazon.com/eks/latest/userguide/horizontal-pod-autoscaler.html
👍 1csG132023/12/29 - 正解だと思う選択肢: B
If the new application in the Amazon EKS cluster is performing poorly despite scaling out to the maximum number of pods, it's possible that the issue might be related to the resources allocated to each individual pod, rather than the number of pods.
👍 1d262e672023/12/31
シャッフルモード