I am new to kubernetes and microservices, there are 2 objects, Deployments and ReplicaSet.
I can\'t wrap my head around even after reading its documentations and oth
deployment is for stateless application and we can update our application by it. by replicaset we can not update our application easily and it has a lot of work to do to update our application.