Skip to content

(question) How many concurrent snapshots? #435

Answered by JohnStrunk
thevops asked this question in Q&A
Discussion options

You must be logged in to vote

Some thoughts...

  • I don't expect your use case to be a problem for SnapScheduler since it's just creating/deleting the VolumeSnapshot objects. The actual work is in external-snapshotter for coordination and the CSI driver for GCP PD to actually take the snapshot.
  • The overall object count in the cluster (VS + VSC objects) should be manageable by the control plane

Things to consider:

  • What are you trying to protect against: App/user failure that corrupts data or loss of cluster?
  • What does your recovery procedure look like?

SnapScheduler is good if you're not overly concerned about cluster loss. While the snapshots would exist w/in the cloud infrastructure even if the cluster is lost, figu…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by thevops
Comment options

You must be logged in to vote
2 replies
@JohnStrunk
Comment options

@thevops
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #434 on August 23, 2023 13:08.