BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Exam Professional Cloud DevOps Engineer Topic 5 Question 82 Discussion

Actual exam question for Google's Professional Cloud DevOps Engineer exam
Question #: 82
Topic #: 5
[All Professional Cloud DevOps Engineer Questions]

You deployed an application into a large Standard Google Kubernetes Engine (GKE) cluster. The application is stateless and multiple pods run at the same time. Your application receives inconsistent traffic. You need to ensure that the user experience remains consistent regardless of changes in traffic. and that the resource usage of the cluster is optimized.

What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Buck
1 days ago
A) Configure a cron job to scale the deployment on a schedule. This seems like a lot of work, and the traffic is inconsistent, so a scheduled scaling wouldn't be very effective.
upvoted 0 times
...
Helga
3 days ago
C) Configure a Vertical Pod Autoscaler. This will automatically adjust the resources allocated to each pod, optimizing resource usage.
upvoted 0 times
...
Willard
12 days ago
I agree with Aliza. Horizontal Pod Autoscaler will adjust the number of pods based on traffic, ensuring consistent user experience.
upvoted 0 times
...
Maxima
13 days ago
D) Configure cluster autoscaling on the node pool. This will automatically add or remove nodes to accommodate changes in traffic, ensuring the cluster is always properly sized.
upvoted 0 times
...
Argelia
14 days ago
B) Configure a Horizontal Pod Autoscaler. This is the best option to ensure consistent user experience and optimize resource usage by automatically scaling pods based on metrics like CPU and memory.
upvoted 0 times
...
Aliza
25 days ago
I think we should go with option B, configure a Horizontal Pod Autoscaler.
upvoted 0 times
...

Save Cancel