- Home
- All questions
- Question 835
CKA study material · question 835 of 1000
What distinguishes a generic ephemeral volume from an ordinary PersistentVolumeClaim?
Show the answer
Answer: B. Its claim is created automatically and owned by the Pod
A generic ephemeral volume gets a PersistentVolumeClaim created for it, owned by the Pod, so the claim and its volume are removed when the Pod is — full storage-driver features with a Pod-scoped lifetime.
Source: Ephemeral Volumes (Kubernetes) — Types of ephemeral volumes › Generic ephemeral volumes