11 lines
448 B
YAML
11 lines
448 B
YAML
id: daemonset
|
|
name: DaemonSet
|
|
full-link: /docs/concepts/workloads/controllers/daemonset
|
|
tags:
|
|
- fundamental
|
|
- workload
|
|
short-description: >
|
|
Ensures a copy of a {% glossary_tooltip term_id="pod" %} is running across a set of nodes in a {% glossary_tooltip term_id="cluster" %}.
|
|
long-description: >
|
|
Used to deploy system daemons such as log collectors and monitoring agents that typically must run on every {% glossary_tooltip term_id="node" %}.
|