Conceptual
Login

Kubernetes StatefulSet

A controller for stateful workloads that gives each Pod a stable ordinal identity (web-0, web-1), a stable DNS name via a headless Service, and its own PersistentVolumeClaim that survives rescheduling. Pods are created, updated, and deleted in order, which databases and quorum systems depend on.

This Concept is waiting for its first lesson!

A controller for stateful workloads that gives each Pod a stable ordinal identity (web-0, web-1), a stable DNS name via a headless Service, and its own PersistentVolumeClaim that survives rescheduling. Pods are created, updated, and deleted in order, which databases and quorum systems depend on.

Are you a teacher? Sign in to start contributing.

Sign In