Ultimate access to all questions.
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?
Explanation:
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.