k8s - Why we need ReplicaSet when we have Deployments

前端 未结 2 807
旧时难觅i
旧时难觅i 2021-01-20 18:25

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

2条回答
  •  独厮守ぢ
    2021-01-20 18:37

    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.

提交回复
热议问题