Hello,
We have set up kubernetes cluster monitoring using dynatrace operator. And I can see the namespace, pods when I navigate through the containers option under Infrastructure menu. But cluster in not shown under Infrastructure -> Kubernetes menu option. Is there any settings that needs to be done to display cluster under kubernetes menu?
Thanks
Solved! Go to Solution.
should support out of the box, below link was helpful for me..
Enhanced visibility into Kubernetes cluster utilization and health | Dynatrace news
Please find supported out of the box flavors
Did you followed this?
Whtas probably missing is the annotation, it's in the link @dannemca mentioned but missing in other vital parts of the docs.
Just adding:
capabilities:
- kubernetes-monitoring
to the DynaKube CR is not enough, you need to also annotate it with:
metadata:
annotations:
feature.dynatrace.com/automatic-kubernetes-api-monitoring: "true"
Please list down the steps you performed to get it fixed.
You can find all the details on how to setup the integration in the documentation.
Featured Posts