exam questions

Exam Professional Cloud Developer All Questions

View all questions & answers for the Professional Cloud Developer exam

Exam Professional Cloud Developer topic 1 question 166 discussion

Actual exam question from Google's Professional Cloud Developer
Question #: 166
Topic #: 1
[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?

  • 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
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
hongminhcbg
1 day, 15 hours ago
Selected Answer: A
A is correct
upvoted 1 times
...
__rajan__
6 months, 4 weeks ago
Selected Answer: A
DaemonSet is correct choice here.
upvoted 1 times
...
purushi
8 months, 2 weeks ago
Selected Answer: A
A is best suitable than D here. D is complicated with Terraform and so on. Another solution would be to deploy the third party logging solution as a sidecar container with the main application.
upvoted 1 times
...
telp
1 year, 3 months ago
Selected Answer: A
A is the answer, it's the use of daemonSet to ensures that a specific Pod is always running on all or some subset of the nodes
upvoted 1 times
...
TNT87
1 year, 3 months ago
https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ Answer A
upvoted 1 times
...
zellck
1 year, 4 months ago
Selected Answer: A
A is the answer. 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.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago