Install Dynatrace Operator add-on for AKS through Azure Portal
Go to Azure Portal.
Search for AKS cluster in the search bar at the top and filter for Resources.
Select the cluster.
Go to Settings > Extensions + applications.
Select Add or Install an extension, if you don't have any extensions installed yet.
Search for Dynatrace and select Dynatrace Operator for Azure Kubernetes Services.
Select Create on the next screen.
On the Basics tab, select your AKS cluster from the drop-down list in AKS Cluster Name field.
On the Dynatrace operator configuration tab, fill in the following values:
AKS extension resource name: dynatraceazuregrail.
Dynatrace operator token: token value from Operator token you created in prerequisites.
Data ingest token: token value from the data ingest token you created in prerequisites.
API URL: URL value will be https://<dtenvid>.live.dynatrace.com/api.
OneAgent Deployment Type: Select the appropriate OneAgent deployment type from the dropdown based on your observability needs. For more details on different on observability options, see Deployment.
Select Review + Create and then Create on the next screen.
After the deployment is complete, go to Dynatrace and search for Kubernetes Classic. You should see your cluster and some of the metrics start to show up.
Install Dynatrace Operator add-on for AKS through CLI
The AKS Marketplace add-on installs Dynatrace Operator and a DynaKube using an umbrella Helm chart. However, the DynaKube deployed through the add-on cannot be customized with additional tolerations. For example, if your system nodes are tainted with CriticalAddonsOnly, the Dynakube deployed with the add-on cannot be configured to add tolerations for that taint. To add tolerations and other customizations to your DynaKube, use the Dynatrace Operator Helm chart and DynaKube manifests directly. For instructions, see Get started with Kubernetes platform monitoring.
To install the Dynatrace Operator for Azure AKS through the CLI, execute the following command: