Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 306 Bytes

statefulset.md

File metadata and controls

13 lines (7 loc) · 306 Bytes

Statefulset

  • Some exercises will not work on Minikube/Docker Kubernetes - use a volume which is hostPath so that it does not wait for volume provisioning
  • Each replica gets a unique identifier

  • The deployment and scaling is ordered & graceful

Deletion Strategies

  • Rolling updates

  • Partitions