Files
Tim Bannister 900ea77f57 Reword glossary entry for ReplicaSet (#16886)
Explain what a ReplicaSet is, rather than what a ReplicationController
isn't.
2019-10-14 16:07:51 -07:00

625 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
ReplicaSet replica-set 2018-04-12 /docs/concepts/workloads/controllers/replicaset/ ReplicaSet ensures that a specified number of Pod replicas are running at one time
fundamental
core-object
workload

A ReplicaSet (aims to) maintain a set of replica Pods running at any given time.

Workload objects such as {{< glossary_tooltip term_id="deployment" >}} make use of ReplicaSets to ensure that the configured number of {{< glossary_tooltip term_id="pod" text="Pods" >}} are running in your cluster, based on the spec of that ReplicaSet.