StatefulSet - CI/CD Glossary Definition
A StatefulSet is a Kubernetes controller for stateful workloads, giving each pod a stable network identity and its own persistent volume that survives rescheduling.
Related guides
Daemonset - CI/CD Glossary DefinitionA DaemonSet is a Kubernetes controller that runs one pod copy on every selected node - used for per-node agen…
Init Container - CI/CD Glossary DefinitionAn init container runs to completion before a pod’s main containers start, preparing state - fetching config,…
Graceful Shutdown - CI/CD Glossary DefinitionGraceful shutdown lets a process finish in-flight work and release resources after a SIGTERM before exiting,…