e9703497a1
For some unknown reasons, we have got many markdown files with exec permission. That is weird and risky.
625 B
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 |
|
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.