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

CKA study material · question 814 of 1000

A StorageClass leaves volumeBindingMode unset. When is a volume provisioned for a new claim?

  1. As soon as the claim is created, before any Pod is scheduled
  2. When a Pod using the claim is scheduled
  3. When the Pod's container starts
  4. When the claim is first written to
Show the answer

Answer: A. As soon as the claim is created, before any Pod is scheduled

The default is Immediate, which binds and provisions as soon as the claim exists — a problem for topology-constrained storage, which is what WaitForFirstConsumer addresses.

Source: Storage Classes (Kubernetes) — The StorageClass API › Volume binding mode

Challenge yourself on this topic → Study as cards