ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 136 - Professional Cloud Developer discussion

Report
Export

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

Explanation:

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.

asked 18/09/2024
Phanel Xavier
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first