New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Google Certified Professional - Cloud Architect (GCP) Professional-Cloud-Architect Question # 57 Topic 6 Discussion

Google Certified Professional - Cloud Architect (GCP) Professional-Cloud-Architect Question # 57 Topic 6 Discussion

Professional-Cloud-Architect Exam Topic 6 Question 57 Discussion:
Question #: 57
Topic #: 6

You want to enable your running Google Kubernetes Engine cluster to scale as demand for your application changes.

What should you do?


A.

Add additional nodes to your Kubernetes Engine cluster using the following command:gcloud container clusters resizeCLUSTER_Name – -size 10


B.

Add a tag to the instances in the cluster with the following command:gcloud compute instances add-tagsINSTANCE - -tags enable-autoscaling max-nodes-10


C.

Update the existing Kubernetes Engine cluster with the following command:gcloud alpha container clustersupdate mycluster - -enable-autoscaling - -min-nodes=1 - -max-nodes=10


D.

Create a new Kubernetes Engine cluster with the following command:gcloud alpha container clusterscreate mycluster - -enable-autoscaling - -min-nodes=1 - -max-nodes=10and redeploy your application


Get Premium Professional-Cloud-Architect Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.