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

CKA study material · question 138 of 1000

Which StatefulSet field gives each Pod its own PersistentVolumeClaim?

  1. serviceName
  2. volumeClaimTemplates
  3. volumeMounts
  4. persistentVolumeClaimRetentionPolicy
Show the answer

Answer: B. volumeClaimTemplates

volumeClaimTemplates creates a PersistentVolumeClaim per Pod, met by dynamic provisioning or a matching PV.

Source: StatefulSets (Kubernetes) — Stable Storage

Challenge yourself on this topic → Study as cards