02 Apr 2019 03:32 PM
Does anyone have recent
experience with OpenShift deployments?
We have a customer running OCP 3.11 and they want to deploy Dynatrace intro their system.
If I follow
documentation(link)
it’s a different installation procedure than if I follow Dynatrace from environment UI (pic below).
And create bearer
using :
„oc create
serviceaccount dynatrace
oc policy
add-role-to-user admin system:serviceaccounts:test:dynatrace
oc
serviceaccounts get-token dynatrace”
refference: link
Could someone give me some guidlines?
Solved! Go to Solution.
02 Apr 2019 04:04 PM
Hello Sorin,
Good question. So, the cloud and virtualization setup in the UI is for viewing an overview of your Kubernetes cluster in Dynatrace. It does not provide application level insights. See more information here: https://www.dynatrace.com/support/help/technology-support/cloud-platforms/kubernetes/installation-an...
The link you shared about connecting the OneAgent to Openshift is going to be the one you need to implement if you want to see app insights.
Thanks,
David Nicholls