
Answer-first summary for fast verification
Answer: Implement the monitoring pod as a DaemonSet
Many monitoring solutions leverage the Kubernetes DaemonSet architecture to deploy an agent across every node in the cluster. It's important to note that various tools offer their own software for cluster monitoring. While Heapster serves as an alternative, acting as a bridge between a cluster and storage to gather cluster metrics, Stackdriver is inherently integrated with Google Cloud, making it the preferred method according to Google Cloud's recommendations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is currently utilizing a third-party monitoring solution for its enterprise applications. With Kubernetes Engine handling your container deployments, you're interested in integrating this internal monitoring app for your Kubernetes clusters. What approach would be most effective?
A
Integrate the monitoring extension for Stackdriver Trace
B
Implement the monitoring pod as a cluster
C
Implement the monitoring pod as a DaemonSet
D
Adopt a solution from the Cloud Marketplace