How to backup LKE volumes

Hi,
I have tried to use https://docs.kasten.io/latest/install/storage.html#container-storage-interface-csi, however, it seems like LKE doesn't support volume snapshots right now.

Is there any open-source or commercial tool to backup persistent volumes on LKE, for example, a database volume, so that one can avoid rolling do-it-yourself scripts?

1 Reply

Hey there -

Check out this guide, where it shows you one of the additional features of the LKE cluster is etcd Backups. This means that a snapshot of your cluster's metadata is backed up continuously:

LKE - Additional Features

Another option is Stash:

Stash

I hope this helps!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct