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

CKA study material · question 811 of 1000

A statically created PersistentVolume has no storageClassName. Which claim can bind to it?

  1. Any claim, since a volume without a class matches all
  2. Only a claim that requests no particular class
  3. Only a claim naming the default StorageClass
  4. None; storageClassName is mandatory on a volume
Show the answer

Answer: B. Only a claim that requests no particular class

A volume with no storageClassName has no class, and a class-less volume binds only to a claim that also asks for no class.

Source: Persistent Volumes (Kubernetes) — PersistentVolumes › Class

Challenge yourself on this topic → Study as cards