. In replica sets, there are a lot of properties that help replicasets to work properly.
There are selector properties that helps replica sets to recreate the pods based on the label when pod failure
happen, also helped to group the same label pods.
2.
3. There is one more property called template that help RS to create a pod according to the given pod template
4. Replicas properties are used to provide the number of desired pods to create