Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam Professional-Cloud-Architect All Questions
Exam Professional-Cloud-Architect All Questions

View all questions & answers for the Professional-Cloud-Architect exam

Google Cloud Certified Professional-Cloud-Architect Question # 42 Topic 5 Discussion

Professional-Cloud-Architect Exam Topic 5 Question 42 Discussion:
Question #: 42
Topic #: 5

You want to enable your running Google Container Engine cluster to scale as demand for your application

changes.

What should you do?


A.

Add additional nodes to your Container Engine cluster using the following command:

gcloud container clusters resize CLUSTER_NAME --size 10


B.

Add a tag to the instances in the cluster with the following command:

gcloud compute instances add-tags INSTANCE --tags enable --autoscaling max-nodes-10


C.

Update the existing Container Engine cluster with the following command:

gcloud alpha container clusters update mycluster --enable-autoscaling --min-nodes=1 --max-nodes=10


D.

Create a new Container Engine cluster with the following command:

gcloud alpha container clusters create mycluster --enable-autocaling --min-nodes=1 --max-nodes=10

and 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.