(no title)
LetMeLogin | 1 year ago
For example "Persistent Storage: StatefulSets provide persistent storage to their pods through Kubernetes PersistentVolumes".
The thing is that STS doesn't do that. That's actually in POD definition.
LetMeLogin | 1 year ago
For example "Persistent Storage: StatefulSets provide persistent storage to their pods through Kubernetes PersistentVolumes".
The thing is that STS doesn't do that. That's actually in POD definition.
vanillax|1 year ago
verdverm|1 year ago
MuffinFlavored|1 year ago
> why isn't a statefulset just a deployment/pod with PVC mounted?
* StatefulSets provide predictable pod names and hostnames (pod-0, pod-1)
* StatefulSets handle pods sequentially (0→1→2), ensuring proper cluster initialization.
* StatefulSets maintain a consistent pod-to-PVC mapping even after pod rescheduling.
* StatefulSets delete pods in reverse order,
wbl|1 year ago
vanillax|1 year ago
null0pointer|1 year ago
sitkack|1 year ago
belter|1 year ago