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

CKA study material · question 302 of 1000

How may a PersistentVolume be provisioned? Choose two.

  1. By the scheduler when it binds the Pod
  2. Dynamically, in response to a claim
  3. Statically, by an administrator creating it ahead of time
  4. By the kubelet at Pod admission
Show the answer

Answer: C. Statically, by an administrator creating it ahead of time
B. Dynamically, in response to a claim

PVs are provisioned either statically by an administrator or dynamically to satisfy a claim.

Source: Persistent Volumes (Kubernetes) — Provisioning

Challenge yourself on this topic → Study as cards