Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your Kubernetes cluster, currently with a single node-pool, is experiencing high traffic and requires expansion. You've decided to add a node. What is the correct approach to achieve this?
A
Edit the managed instance group of the cluster and increase the number of VMs by 1.
B
Use kubectl container clusters resize with the desired number of nodes.
kubectl container clusters resize
C
Edit the managed instance group of the cluster and enable autoscaling.
D
Use gcloud container clusters resize with the desired number of nodes.
gcloud container clusters resize