Solved

You Are Creating a Google Kubernetes Engine (GKE) Cluster with a Cluster

Question 77

Multiple 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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions