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 Professional Cloud Developer Exam - Topic 10 Question 118 Discussion

Actual exam question for Google's Professional Cloud Developer exam
Question #: 118
Topic #: 10
[All Professional Cloud Developer Questions]

One of your deployed applications in Google Kubernetes Engine (GKE) is having intermittent performance issues. Your team uses a third-party logging solution. You want to install this solution on each node in your GKE cluster so you can view the logs. What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: A

https://cloud.google.com/kubernetes-engine/docs/concepts/daemonset#usage_patterns DaemonSets are useful for deploying ongoing background tasks that you need to run on all or certain nodes, and which do not require user intervention. Examples of such tasks include storage daemons like ceph, log collection daemons like fluent-bit, and node monitoring daemons like collectd.


Contribute your Thoughts:

0/2000 characters
Valene
18 days ago
Totally agree, A is the best option here!
upvoted 0 times
...
Tula
23 days ago
A DaemonSet is the way to go for logging on each node.
upvoted 0 times
...
Reta
1 month ago
Terraform sounds familiar, but I’m not sure if it’s the best choice for this specific logging requirement.
upvoted 0 times
...
Brynn
2 months ago
I remember a practice question about using SSH, but that feels too manual for a GKE setup.
upvoted 0 times
...
Jesus
2 months ago
I'm not entirely sure, but modifying the container image seems like it could complicate things.
upvoted 0 times
...
Alecia
2 months ago
I think deploying the third-party solution as a DaemonSet makes sense since it runs on every node, right?
upvoted 0 times
...

Save Cancel