The Dynatrace Operator supports rollout and lifecycle of various Dynatrace components in Kubernetes and OpenShift.
This Helm Chart requires Helm 3.
Migration instructions can be found in the official help page.
Install the Dynatrace Operator via Helm by running the following commands.
For instructions on how to install the dynatrace-operator on Openshift, head to the official help page
Add dynatrace helm repository:
helm repo add dynatrace https://raw.githubusercontent.com/Dynatrace/dynatrace-operator/main/config/helm/repos/stable
Install dynatrace-operator helm chart and create the corresponding dynatrace namespace:
helm install dynatrace-operator dynatrace/dynatrace-operator -n dynatrace --create-namespace --atomicFull instructions can be found in the official help page
Uninstall the Dynatrace Operator by running the following command:
helm uninstall dynatrace-operator -n dynatrace