01 Feb 2021 12:34 PM
Hello,
For K8S the most easy way to deploy Dynatrace on a K8S cluster, would be to install the agents directly on the hosts.
Why in the documentation does it then say the prefered way is by Kubectl etc?
KR Henk
Solved! Go to Solution.
01 Feb 2021 12:43 PM
Using the Dynatrace Operator (via Kubectl) will create a DaemonSet on each node. So if you scale your nodes, or replace them, you can feel confident it will be there.
Additionally, we continue to add new features to the Operator that do not exist on the host agent. In a few weeks, for example, you will be able to deploy both the OneAgent, as well as the containerized ActiveGate for Kubernetes monitoring, using the Operator.
Hope that makes sense.