website/content/zh-cn/docs/reference/glossary/replica-set.md

1.2 KiB
Raw Permalink Blame History

title id date full_link short_description aka tags
ReplicaSet replica-set 2018-04-12 /zh-cn/docs/concepts/workloads/controllers/replicaset/ ReplicaSet 确保一次运行指定数量的 Pod 副本。
fundamental
core-object
workload

ReplicaSet旨在在任何给定时间确保运行一组 Pod 副本。

像 {{< glossary_tooltip term_id="deployment" >}} 这类工作负载对象利用 ReplicaSet 基于其规约来确保集群中运行的 {{< glossary_tooltip term_id="pod" text="Pod" >}} 数量符合配置要求。