diff --git a/content/zh/docs/reference/glossary/replica-set.md b/content/zh/docs/reference/glossary/replica-set.md index 0d53c9f31b..b762c6b80e 100755 --- a/content/zh/docs/reference/glossary/replica-set.md +++ b/content/zh/docs/reference/glossary/replica-set.md @@ -3,6 +3,22 @@ title: ReplicaSet id: replica-set date: 2018-04-12 full_link: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ +short_description: > + ReplicaSet 是下一代副本控制器。 + +aka: +tags: +- fundamental +- core-object +- workload +--- + + + + + +ReplicaSet 是下一代副本控制器。 + +ReplicaSet 就像 ReplicationController 那样,确保一次运行指定数量的 Pod 副本。ReplicaSet 支持新的基于集合的选择器需求(在标签的用户指南中有相关描述),而副本控制器只支持基于等值的选择器需求。