Question 30 of 284
Single answerYou are creating a Google Kubernetes Engine (GKE) cluster with a cluster autoscaler feature enabled. You need to make sure that each node of the cluster will run a monitoring pod that sends container metrics to a third-party monitoring solution. What should you do?
ADeploy the monitoring pod in a StatefulSet object.
✓BDeploy the monitoring pod in a DaemonSet object.
CReference the monitoring pod in a Deployment object.
DReference the monitoring pod in a cluster initializer at the GKE cluster creation time.
✓
Correct Answer: B
Deploy the monitoring pod in a DaemonSet object.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.