
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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? (Choose two.)
A
Use an AWS Lambda function to resize the EKS cluster.
B
Use the Kubernetes Metrics Server to activate horizontal pod autoscaling.
C
Use the Kubernetes Cluster Autoscaler to manage the number of nodes in the cluster.
D
Use Amazon API Gateway and connect it to Amazon EKS.
E
Use AWS App Mesh to observe network activity.
Explanation:
To meet the requirements of scaling Amazon EKS according to workload with the least operational overhead, the correct combination is:
B. Use the Kubernetes Metrics Server to activate horizontal pod autoscaling. C. Use the Kubernetes Cluster Autoscaler to manage the number of nodes in the cluster.
Horizontal Pod Autoscaling (HPA) with Kubernetes Metrics Server:
Kubernetes Cluster Autoscaler:
A. Use an AWS Lambda function to resize the EKS cluster:
D. Use Amazon API Gateway and connect it to Amazon EKS:
E. Use AWS App Mesh to observe network activity:
This combination provides a complete autoscaling solution where HPA scales pods based on workload, and Cluster Autoscaler adjusts the node count to accommodate the pods, all with minimal operational effort.