07 Jul 2022 10:13 AM
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.
07 Jul 2022 12:26 PM - edited 07 Jul 2022 12:29 PM
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
07 Jul 2022 02:21 PM
Did you followed this?
07 Jul 2022 03:34 PM
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"
07 Jul 2022 04:09 PM
Thank you all for your replies. I have now managed to get the cluster details with solution suggested
09 Feb 2023 04:16 PM
Please list down the steps you performed to get it fixed.
09 Feb 2023 08:54 PM
You can find all the details on how to setup the integration in the documentation.