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

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?
A) Deploy the third-party solution as a DaemonSet
B) Modify your container image to include the monitoring software
C) Use SSH to connect to the GKE node, and install the software manually
D) Deploy the third-party solution using Terraform and deploy the logging Pod as a Kubernetes Deployment

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
Gilbert
26 minutes ago
B seems risky. Modifying images can lead to issues.
upvoted 0 times
...
Roxanne
5 days ago
Agreed! A makes it easy to collect logs everywhere.
upvoted 0 times
...
Angelica
10 days ago
I think A is the best choice. DaemonSets run on all nodes.
upvoted 0 times
...
Yolande
16 days ago
Wait, can you really deploy logging like that? Sounds too easy!
upvoted 0 times
...
Cristy
21 days ago
C is just not practical, who wants to SSH into nodes?
upvoted 0 times
...
Stefania
26 days ago
B seems like a hassle, why modify the image?
upvoted 0 times
...
Valene
2 months ago
Totally agree, A is the best option here!
upvoted 0 times
...
Tula
3 months ago
A DaemonSet is the way to go for logging on each node.
upvoted 0 times
...
Reta
3 months ago
Terraform sounds familiar, but I’m not sure if it’s the best choice for this specific logging requirement.
upvoted 0 times
...
Brynn
3 months ago
I remember a practice question about using SSH, but that feels too manual for a GKE setup.
upvoted 0 times
...
Jesus
4 months ago
I'm not entirely sure, but modifying the container image seems like it could complicate things.
upvoted 0 times
...
Alecia
4 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