
Ultimate access to all questions.
You have deployed a stateless application in a large Standard Google Kubernetes Engine (GKE) cluster with multiple concurrent pods. The application experiences variable traffic patterns. How can you maintain a consistent user experience while optimizing cluster resource utilization?
A
Configure a cron job to scale the deployment on a schedule
B
Configure a Horizontal Pod Autoscaler.
C
Configure a Vertical Pod Autoscaler
D
Configure cluster autoscaling on the node pool.