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

CKA study material · question 301 of 1000

What is the relationship between a PersistentVolume and a PersistentVolumeClaim?

  1. The PVC is a template for creating PVs
  2. The PV is a request and the PVC is the storage
  3. Both are requests, resolved by the StorageClass
  4. The PV is the storage and the PVC is a request that acts as a claim check
Show the answer

Answer: D. The PV is the storage and the PVC is a request that acts as a claim check

A PV is a piece of storage in the cluster; a PVC requests one and doubles as the claim check.

Source: Persistent Volumes (Kubernetes) — Lifecycle of a volume and claim

Challenge yourself on this topic → Study as cards