
Ultimate access to all questions.
Your company operates an ecommerce website using JVM-based applications with a microservice architecture on Google Kubernetes Engine (GKE). The application experiences higher load during the day and lower load at night. Currently, your operations team manually configures enough Pods to handle peak evening load. You need to automate scaling to ensure only the necessary number of Pods and nodes are running based on actual load. What is the recommended solution?
A
Configure the Vertical Pod Autoscaler, but keep the node pool size static.
B
Configure the Vertical Pod Autoscaler, and enable the cluster autoscaler.
C
Configure the Horizontal Pod Autoscaler, but keep the node pool size static.
D
Configure the Horizontal Pod Autoscaler, and enable the cluster autoscaler.