Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You've set up a Kubernetes Engine cluster named 'project-1' and now need to upgrade the machine type from n1-standard-1 to n1-standard-4. Which command should you use to achieve this?
A
gcloud container clusters update project-1 --machine-type n1-standard-4
B
Create a new node pool in the same cluster, and migrate the workload to the new pool.
C
gcloud container clusters migrate project-1 --machine-type n1-standard-4
D
gcloud container clusters resize project-1 --machine-type n1-standard-4