https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/stateful-set-v1/
StatefulSet | Kubernetes
StatefulSet represents a set of pods with consistent identities.
statefulsetkubernetes
https://kubernetes.io/docs/tasks/debug/debug-application/debug-statefulset/
Debug a StatefulSet | Kubernetes
This task shows you how to debug a StatefulSet. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to...
debug a statefulsetkubernetes
https://kubernetes.io/docs/tasks/run-application/delete-stateful-set/
Delete a StatefulSet | Kubernetes
delete a statefulsetkubernetes
https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/
StatefulSet Basics | Kubernetes
This tutorial provides an introduction to managing applications with StatefulSets. It demonstrates how to create, delete, scale, and update the Pods of...
statefulset basicskubernetes
https://kubernetes.io/docs/tasks/run-application/scale-stateful-set/
Scale a StatefulSet | Kubernetes
This task shows how to scale a StatefulSet. Scaling a StatefulSet refers to increasing or decreasing the number of replicas. Before you begin StatefulSets are...
scale a statefulsetkubernetes
https://kubernetes.io/docs/tutorials/stateful-application/cassandra/
Example: Deploying Cassandra with a StatefulSet | Kubernetes
This tutorial shows you how to run Apache Cassandra on Kubernetes. Cassandra, a database, needs persistent storage to provide data durability (application...
exampledeployingcassandrastatefulsetkubernetes
https://kubernetes.io/docs/tasks/run-application/force-delete-stateful-set-pod/
Force Delete StatefulSet Pods | Kubernetes
This page shows how to delete Pods which are part of a stateful set, and explains the considerations to keep in mind when doing so. Before you begin This is a...
forcedeletestatefulsetpodskubernetes