diff --git a/content/zh/docs/reference/glossary/daemonset.md b/content/zh/docs/reference/glossary/daemonset.md new file mode 100644 index 0000000000..f0ec7e9cda --- /dev/null +++ b/content/zh/docs/reference/glossary/daemonset.md @@ -0,0 +1,43 @@ +--- +title: DaemonSet +id: daemonset +date: 2018-04-12 +full_link: /docs/concepts/workloads/controllers/daemonset +short_description: > + 确保 Pod 的副本在集群中的一组节点上运行。 + +aka: +tags: +- fundamental +- core-object +- workload +--- + + + + 确保 {{< glossary_tooltip text="Pod" term_id="pod" >}} 的副本在{{< glossary_tooltip text="集群" term_id="cluster" >}}中的一组节点上运行。 + + + + +用来部署系统守护进程,例如日志搜集和监控代理,这些进程通常必须运行在每个{{< glossary_tooltip text="节点" term_id="node" >}}上。 +