Files
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

625 B

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.