Reputation: 1708
I have recently updated DataDog to use a Cluster Agent. I am currently trying to set up the Kubernetes integration. This should be an auto discovered through the auto_conf.yaml
. But for some reason when updating to the Cluster Agent we lost metrics through the kubernetes integration. My guess was to set it as a cluster check by adding cluster_check:true
in the auto_conf.yaml
file, but that did not work. I currently have it set up only on the node agents and configured just like it says in this documentation. Is there something else that needs to be done to set up the Kubernetes integration with a Cluster Agent?
Upvotes: 0
Views: 602
Reputation: 1708
Solved the issue by adding kubernetes-stat-core
via the following manifests. This is uses the kube-state-metrics v2.0.
https://github.com/DataDog/datadog-agent/tree/main/Dockerfiles/manifests/kubernetes_state_core
Upvotes: 1