An existing GKE cluster uses n1-standard-2 nodes. You need to run additional pods that require n2-highmem-16 nodes without downtime. What should you do?
Choose an answer
Tap an option to check your answer.
Correct answer: Create a new Node Pool with machine type n2-highmem-16 and deploy the new pods..
Why this is the answer
To add nodes with a different machine type to an existing GKE cluster without downtime, create a new node pool. This allows you to specify the n2-highmem-16 machine type for the new nodes. Your existing n1-standard-2 nodes will continue to run without interruption, and you can then deploy your new pods to the new node pool. Using gcloud container clusters upgrade would upgrade the entire cluster, which isn't the goal here and could cause downtime. Creating a new cluster is unnecessary and involves more operational overhead, including migrating existing services and managing two clusters temporarily, which is more disruptive than simply adding a node pool.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed