ReplicaSet in Kubernetes

There is no need to use directly the ReplicaSet, there is an abstration for this called Deployment. Basically a ReplicaSet will maintain a basic set of replica Pods at the given time.