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
Alecia
7 hours 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