Study. uk . com
  1. Home
  2. All questions
  3. Question 823

CKA study material · question 823 of 1000

A node holding a local PersistentVolume becomes unhealthy. What happens to the Pod using it?

  1. The volume is reattached on another node and the Pod moves
  2. The Pod cannot run at all until the node recovers
  3. The Pod runs elsewhere with an empty volume
  4. The claim is rebound to another local volume automatically
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

Challenge yourself on this topic → Study as cards