Your company runs an ecommerce website built with JVM-based applications and microservice architecture in Google Kubernetes Engine (GKE). The application load increases during the day and decreases during the night. Your operations team has configured the application to run enough Pods to handle the evening peak load. You want to automate scaling by only running enough Pods and nodes for the load. What should you do?
- AConfigure the Vertical Pod Autoscaler, but keep the node pool size static.
- BConfigure the Vertical Pod Autoscaler, and enable the cluster autoscaler.
- CConfigure the Horizontal Pod Autoscaler, but keep the node pool size static.
- DConfigure the Horizontal Pod Autoscaler, and enable the cluster autoscaler. (correct answer)
Reveal answer & explanationHide answer
The correct answer is D. Option D: Configure the Horizontal Pod Autoscaler, and enable the cluster autoscaler.

