Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your application, deployed in a GKE Cluster using Daemon Sets, is experiencing high traffic and needs to automatically scale. What is the best approach to ensure your cluster can handle the increased demand by scaling up and down automatically?
A
Create another identical Kubernetes workload and distribute traffic between the two workloads.
B
Enable Horizontal Pod Autoscaling for the Kubernetes deployment.
C
Perform a rolling update to upgrade the machine type from n1-standard-2 to n1-standard-4.
D
Enable autoscaling on Kubernetes Engine.