
Answer-first summary for fast verification
Answer: Deploy the monitoring pod as a DaemonSet
The correct approach is to deploy the monitoring pod as a DaemonSet. This method is widely adopted by monitoring solutions to ensure an agent is deployed on every node within the cluster. While various tools offer their own software for cluster monitoring, such as Heapster which acts as a bridge between the cluster and storage for metric collection, Stackdriver is Google Cloud's native solution and thus the preferred recommendation for Google Cloud environments.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is currently utilizing a third-party monitoring solution for enterprise applications, with Kubernetes Engine managing container deployments. The goal is to integrate an internal monitoring app for Kubernetes clusters. What is the optimal strategy? (Select One)
A
Deploy a solution from the Cloud Marketplace
B
Deploy the monitoring pod as a DaemonSet
C
Deploy the monitoring extension for Stackdriver Trace
D
Deploy the monitoring pod as a cluster
No comments yet.