Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 216 Bytes

replicaset.md

File metadata and controls

9 lines (5 loc) · 216 Bytes

ReplicaSet

  • Not reccomended to use directly anymore

  • Use deployment instead

  • At very basic level maintains N number of replicas of a pod

  • Let's move on to deployment - there we will see replicaset again :)