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

CKA study material · question 828 of 1000

Which pairing correctly describes the volume snapshot objects?

  1. VolumeSnapshot is the stored snapshot; VolumeSnapshotContent is the request
  2. Both describe the same object at different lifecycle stages
  3. VolumeSnapshot is the request; VolumeSnapshotContent is the snapshot itself
  4. VolumeSnapshotClass is the request; VolumeSnapshot is the snapshot itself
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

Challenge yourself on this topic → Study as cards