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

CKA study material · question 319 of 1000

A cluster uses topology-constrained storage and Pods keep landing where their volume is unreachable. Which setting fixes this?

  1. volumeBindingMode: WaitForFirstConsumer
  2. allowVolumeExpansion: true
  3. reclaimPolicy: Retain
  4. volumeBindingMode: Immediate
Show the answer

Answer: A. volumeBindingMode: WaitForFirstConsumer

WaitForFirstConsumer delays binding until a Pod exists, so the volume is placed to satisfy that Pod's constraints.

Source: Storage Classes (Kubernetes) — Volume binding mode

Challenge yourself on this topic → Study as cards