Files
2020-11-27 08:57:08 +08:00

1.2 KiB

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
DaemonSet daemonset 2018-04-12 /zh/docs/concepts/workloads/controllers/daemonset/ 确保 Pod 的副本在集群中的一组节点上运行。
fundamental
core-object
workload

确保 {{< glossary_tooltip text="Pod" term_id="pod" >}} 的副本在{{< glossary_tooltip text="集群" term_id="cluster" >}}中的一组节点上运行。

用来部署系统守护进程,例如日志搜集和监控代理,这些进程通常必须运行在每个{{< glossary_tooltip text="节点" term_id="node" >}}上。