Skip to content

Commit 2028d90

Browse files
committed
Add glossory entry for ReplicaSet
1 parent dc788d1 commit 2028d90

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

_data/glossary/replica-set.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
id: replica-set
2+
name: ReplicaSet
3+
full-link: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
4+
related:
5+
- replication-controller
6+
tags:
7+
- core-object
8+
- architecture
9+
short-description: >
10+
ReplicaSet is the next-generation Replication Controller.
11+
long-description: >
12+
ReplicaSet, like ReplicationController, ensures that a specified number of pods replicas are running at one time.
13+
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.

0 commit comments

Comments
 (0)