- Home
- All questions
- Question 823
CKA study material · question 823 of 1000
A node holding a local PersistentVolume becomes unhealthy. What happens to the Pod using it?
Show the answer
Answer: B. The Pod cannot run at all until the node recovers
A local volume is only as available as its node; when the node is unhealthy the volume is unreachable and the Pod is stuck, so applications using them must tolerate that.
Source: Volumes (Kubernetes) — Types of volumes › local