Files
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

593 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
DaemonSet daemonset 2018-04-12 /docs/concepts/workloads/controllers/daemonset Ensures a copy of a Pod is running across a set of nodes in a cluster.
fundamental
core-object
workload

Ensures a copy of a {{< glossary_tooltip text="Pod" term_id="pod" >}} is running across a set of nodes in a {{< glossary_tooltip text="cluster" term_id="cluster" >}}.

Used to deploy system daemons such as log collectors and monitoring agents that typically must run on every {{< glossary_tooltip term_id="node" >}}.