Files
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

593 B

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" >}}.