- Home
- All questions
- Question 828
CKA study material · question 828 of 1000
Which pairing correctly describes the volume snapshot objects?
Show the answer
Answer: C. VolumeSnapshot is the request; VolumeSnapshotContent is the snapshot itself
The pair mirrors PersistentVolumeClaim and PersistentVolume: the user creates a VolumeSnapshot and the cluster resource is a VolumeSnapshotContent.
Source: Volume Snapshots (Kubernetes) — Introduction