Install Dynatrace Operator

JFrog Integrations Documentation

Content Type
Integrations
ft:sourceType
Paligo

One key Dynatrace advantage is the ease of activation and for Kubernetes the Dynatrace Operator is designed specifically to handle the lifecycle of the Dynatrace OneAgent, Kubernetes API monitoring, OneAgent traffic routing, and all future containerized componentry such as the forthcoming extension framework.

Operator setup is typically a one-time activity as part of the Kubernetes cluster and the quickest way to deploy the Dynatrace operator is the deployment wizard within the Dynatrace UI.

  1. Log in to Dynatrace

  2. In the Dynatrace menu, select Manage.

  3. Go toDeploy Dynatrace | Start Installation | Kubernetes

  4. On the Kubernetes page fill in the following.

    • Name = same as your cluster name. This name is used by various Dynatrace settings, including Kubernetes cluster name, Network Zone, ActiveGate Group, and Host Group

    • Choose ‘Create Token’

    • Depending on your setup, choose ‘Skip SSL’

  5. Depending on your setup, ‘Enable volume storage’

    Enable volume storage.png
  6. Use the Copy function to copy and paste the generated command from the Dynatrace wizard in the Google cloud shell and run it.

  7. After processing, you can run this command from the Google cloud web shell. You want to see that all pods are running as shown below before moving to the next section.

    kubectl -n dynatrace get pods
    
    NAME                                 READY   STATUS    RESTARTS   AGE
    
    dynakube-classic-gkt9f               1/1     Running   0          4d3h
    
    dynakube-classic-rnndv               1/1     Running   0          4d3h
    
    dynakube-classic-s7v4l               1/1     Running   0          4d3h
    
    dynakube-kubemon-0                   1/1     Running   0          4d3h
    
    dynakube-routing-0                   1/1     Running   0          4d3h
    
    dynatrace-operator-8b89765d5-znzd6   1/1     Running   10         5d3