PROFESSIONAL-CLOUD-DEVELOPER · Question #183
PROFESSIONAL-CLOUD-DEVELOPER Question #183: Real Exam Question with Answer & Explanation
The correct answer is A: Deploy the third-party solution as a DaemonSet. 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
Question
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?
Options
- ADeploy the third-party solution as a DaemonSet
- BModify your container image to include the monitoring software
- CUse SSH to connect to the GKE node, and install the software manually
- DDeploy the third-party solution using Terraform and deploy the logging Pod as a Kubernetes
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
Topics
Community Discussion
No community discussion yet for this question.