
Ultimate access to all questions.
In a scenario where multiple teams deploy their applications on a single Google Kubernetes Engine (GKE) auto-scaling cluster, and you aim to centralize monitoring by running a monitoring pod that sends container metrics to a third-party monitoring solution, what is the simplest method to achieve this?
A
Request that developers include the monitoring pod in their deployments.
B
Deploy the monitoring pod using a DaemonSet object.
C
Initialize the cluster with the monitoring pod referenced at the time of GKE cluster creation.
D
Create a StatefulSet object for deploying the monitoring pod.