Exit ASSOCIATE-CLOUD-ENGINEER Associate Cloud Engineer
Question 2 of 5
0% complete
Q2 Single choice

You 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?

  • A

    Deploy the monitoring pod in a StatefulSet object.

  • B

    Deploy the monitoring pod in a DaemonSet object.

  • C

    Reference the monitoring pod in a Deployment object.

  • D

    Reference the monitoring pod in a cluster initializer at the GKE cluster creation time.