Question 145 of 284
Single answerYour existing application running in Google Kubernetes Engine (GKE) consists of multiple pods running on four GKE n1`"standard`"2 nodes. You need to deploy additional pods requiring n2`"highmem`"16 nodes without any downtime. What should you do?
AUse gcloud container clusters upgrade. Deploy the new services.
✓BCreate a new Node Pool and specify machine type n2ג€"highmemג€"16. Deploy the new pods.
CCreate a new cluster with n2ג€"highmemג€"16 nodes. Redeploy the pods and delete the old cluster.
DCreate a new cluster with both n1ג€"standardג€"2 and n2ג€"highmemג€"16 nodes. Redeploy the pods and delete the old cluster.
✓
Correct Answer: B
Create a new Node Pool and specify machine type n2ג€"highmemג€"16. Deploy the new pods.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.