Slide 16
Slide 16 text
16
Google Cloud Platform
02 StatefulSet
For Stateful Pattern
Store persistent data
Need stable, unique, and sticky identity and storage
Consistency > Availability
Create similar pods, each has its own identity and storage
Pods are not disposable
Deploy, scale, terminate
In order (default), or in parallel (1.7 feature)
Rolling update (1.7 feature)
Update one pod at a time, and block updates on failure
History