Deal of The Day! 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 12 Question 58 Discussion

Actual exam question for Google's Professional Cloud DevOps Engineer exam
Question #: 58
Topic #: 12
[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:

Lon
10 days ago
Definitely, the HPA is the clear winner here. Although the cluster autoscaling option might work as well, it's overkill for this scenario and would involve more complexity than necessary.
upvoted 0 times
...
Mona
11 days ago
Yeah, the HPA is definitely the way to go. A cron job to scale the deployment on a schedule wouldn't be flexible enough to handle the inconsistent traffic, and the Vertical Pod Autoscaler is more for scaling the resources of individual pods, not the overall deployment.
upvoted 0 times
...
Moira
12 days ago
I agree, the HPA sounds like the most appropriate solution here. It can dynamically scale the number of pods up and down based on the resource utilization, which should help maintain a consistent user experience even with fluctuating traffic.
upvoted 0 times
...
Delmy
13 days ago
Hmm, this seems like a tricky one. The question is asking how to ensure consistent user experience and optimize resource usage in a GKE cluster with inconsistent traffic. I'm leaning towards the Horizontal Pod Autoscaler (HPA) option, as that seems like the best way to automatically scale the number of pods based on the traffic demand.
upvoted 0 times
...

Save Cancel