Replica Sets
TECH
9/22/20231 min read
k8s documentation: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
Replica sets ensure the mentioned number of pods running all the time
It uses selector match labels to identify the pods to manage
When a ReplicaSet needs to create new Pods, it uses its Pod template.