Skip to content

Using k8up for Elasticsearch Backup: Best Practices for S3 Snapshot Repositories? #1046

Answered by Kidswiss
cf-sewe asked this question in Q&A
Discussion options

You must be logged in to vote

I've used to manage some large-ish ElasticSearch clusters in the past. We've used both methods, however the setup wasn't in K8s but rather via dedicated VMs.

If you're planning to cluster ElastichSeach and go with the local file repository, be aware that it has to be a shared filesystem. E.g. NFS, CephFS, smb, etc. We used restic to move the data to S3 from that shared filesystem.

Later the backup was changed to S3 directly without any restic involved. Going directly to S3 is a lot less complex, as it involves less moving parts.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cf-sewe
Comment options

@Kidswiss
Comment options

Answer selected by cf-sewe
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