
Answer-first summary for fast verification
Answer: 1. Create a new Node Pool with the n2-highmem-16 machine type. 2. Deploy the new pods.
Option A is incorrect because upgrading the existing nodes does not meet the requirement for deploying new pods on n2-highmem-16 machine type nodes. Option B is correct as adding a new node pool allows for the deployment of new pods on the same cluster without downtime. Options C and D are incorrect because creating a new cluster and deleting the old one would result in downtime, which is not acceptable for a live production app. [Learn more about node pools](https://cloud.google.com/kubernetes-engine/docs/concepts/node-pools).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are part of a leading RPG game development company, operating your gaming server on GKE across multiple pods running on four n1-standard-2 nodes within a GKE cluster. There's a need to deploy additional pods requiring an n2-highmem-16 type node on the same cluster, without causing downtime to your live production app. What is the best course of action?
A
Upgrade the existing nodes in the cluster to a different machine type using gcloud container clusters upgrade before deploying the new services.
B
C
D