Topic 2 Question 34
Your 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?
Use gcloud container clusters upgrade. Deploy the new services.
Create a new Node Pool and specify machine type n2""highmem""16. Deploy the new pods.
Create a new cluster with n2""highmem""16 nodes. Redeploy the pods and delete the old cluster.
Create a new cluster with both n1""standard""2 and n2""highmem""16 nodes. Redeploy the pods and delete the old cluster.
コメント(8)
- 👍 7SSPC2020/08/13
• B. Create a new Node Pool and specify machine type n2""highmem""16. Deploy the new pods.
👍 2swatititame2020/11/22When you create a cluster, the number of nodes and type of nodes that you specify becomes the default node pool. Then, you can add additional custom node pools of different sizes and types to your cluster. All nodes in any given node pool are identical to one another.
👍 2CloudPadawan2021/01/20
シャッフルモード