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

CKA study material · question 347 of 1000

A PersistentVolume has no storageClassName. Which claims can bind to it?

  1. Only claims naming the default class
  2. No claims at all
  3. Only claims that request no particular class
  4. Any claim, regardless of class
Show the answer

Answer: C. Only claims that request no particular class

A PV with no class binds only to PVCs that request no particular class.

Source: Persistent Volumes (Kubernetes) — Class

Challenge yourself on this topic → Study as cards