Add Dynatrace as an example of DaemonSet usage ()

pull/10191/head
Alois Mayr 2018-09-05 08:22:33 +02:00 committed by k8s-ci-robot
parent e9a08613a2
commit 133239d553
1 changed files with 1 additions and 1 deletions
content/en/docs/concepts/workloads/controllers

View File

@ -21,7 +21,7 @@ Some typical uses of a DaemonSet are:
- running a cluster storage daemon, such as `glusterd`, `ceph`, on each node.
- running a logs collection daemon on every node, such as `fluentd` or `logstash`.
- running a node monitoring daemon on every node, such as [Prometheus Node Exporter](
https://github.com/prometheus/node_exporter), `collectd`, Datadog agent, New Relic agent, or Ganglia `gmond`.
https://github.com/prometheus/node_exporter), `collectd`, Dynatrace OneAgent, Datadog agent, New Relic agent, or Ganglia `gmond`.
In a simple case, one DaemonSet, covering all nodes, would be used for each type of daemon.
A more complex setup might use multiple DaemonSets for a single type of daemon, but with