22 Sep 2023
03:24 PM
- last edited on
25 Sep 2023
07:57 AM
by
MaciejNeumann
I am working on my free trial system and I've integrated a live AWS EKS cluster:
k get pods -n dynatrace
NAME READY STATUS RESTARTS AGE
dynakube-activegate-0 1/1 Running 0 17h
dynakube-oneagent-4np8q 1/1 Running 0 18h
dynakube-oneagent-bng2s 1/1 Running 0 18h
dynakube-oneagent-xxggr 1/1 Running 0 18h
dynatrace-oneagent-csi-driver-27fbv 4/4 Running 0 43h
dynatrace-oneagent-csi-driver-6pznz 4/4 Running 0 43h
dynatrace-oneagent-csi-driver-wl78g 4/4 Running 0 43h
dynatrace-operator-67bd5d5c8c-7vgnb 1/1 Running 0 12h
dynatrace-webhook-75fcc6467f-7fq4d 1/1 Running 0 24h
dynatrace-webhook-75fcc6467f-qbqz6 1/1 Running 0 24h
In my trial Dynatrace envrionment, I want to setup a Releases page (in the "Releases" tab on the UI) that displays all the version information about my Dynatrace deployment (using this as test cases to see if this "Releases" feature of the UI would be beneficial across our application landscape).
I am following this guide to get the Releases page populated:
In my EKS cluster, I have a fairly generic cloudNativeFullstack.yml file that was used to create the Dynatrace deployment.
So far, I have only been able to get the "OneAgent system monitoring" to come into the Releases page.
How can I get the Operator and Activegate to also display in the Releases page? --I feel like I'ved followed the configuration guide for getting this accomplished, but I'm only seeing the OneAgent in the Releases window. In order to sell this solution to my team, I feel I need to get the entire solution (ie all the components that use release and versioning) into this visualization.
I have attached my YML deployment files as:
kubernetes.txt: kubernetes resources
cloudNativeFullstack.txt: Dynakube configuration
Thanks for any help!