- Home
- All questions
- Question 983
CKA study material · question 983 of 1000
Why is force-deleting a StatefulSet Pod treated as dangerous?
Show the answer
Answer: C. A replacement may take the same identity while the old process still runs
A force delete does not wait for the node to confirm termination, so the workload may still be running there when a new Pod claims the same name and volume.
Source: Pod Lifecycle (Kubernetes) — Termination of Pods › Forced Pod termination