- Home
- All questions
- Question 137
CKA study material · question 137 of 1000
A StatefulSet is scaled from five replicas to two. What happens to the two removed Pods' volumes?
Show the answer
Answer: A. They are kept, on the reasoning that data safety comes first
Scaling down or deleting a StatefulSet leaves the volumes behind by default to protect the data.
Source: StatefulSets (Kubernetes) — Limitations