Add glossory entry for ReplicaSet

pull/6588/head
Ivange Larry 2017-12-05 14:57:24 -06:00
parent dc788d138b
commit 2028d9097b
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
id: replica-set
name: ReplicaSet
full-link: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
related:
- replication-controller
tags:
- core-object
- architecture
short-description: >
ReplicaSet is the next-generation Replication Controller.
long-description: >
ReplicaSet, like ReplicationController, ensures that a specified number of pods replicas are running at one time.
ReplicaSet supports the new set-based selector requirements as described in the labels user guide, whereas a Replication Controller only supports equality-based selector requirements.