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

CKA study material · question 845 of 1000

Where does a CSI driver's report that a volume is unhealthy appear?

  1. Only in the driver's own logs
  2. As Events on the Pod, which expire after an hour
  3. In an annotation on the PersistentVolume
  4. In status fields on the claim, the Pod and CSINode
Show the answer

Answer: D. In status fields on the claim, the Pod and CSINode

Health reports land in durable status fields — the claim's healthStatus, the Pod's volumeHealth and CSINode's storageHealth — so automation can watch them rather than reconstructing health from expiring Events.

Source: Volume Health Monitoring (Kubernetes) — Volume health monitoring (overview)

Challenge yourself on this topic → Study as cards