A replica set makes sure the specified replicas of pods are always running. It can be considered as a replacement for the replication controller. In this article, we will see how to create a replica set and how it identifies pods with labels.
Source: LXer – How to create a Replicaset in Kubernetes