Skip to main content
Answer

kubernetes backup

  • September 28, 2021
  • 3 comments
  • 62 views

how should we take backup in kubernetes environment? it is agent based or agentless, share the procedure?

 

Best answer by Geoff Burke

There are numerous ways to backup but it is very important to use Kubernetes native methods. So an agent on a node is not a good solution. You need to backup not only the persistent storage if you have it but various objects as well, like configmaps, secrets etc. Then you probably want to backup ETCD. On top of this you will want to export your local snapshots offsite to S3 or NFS. Kasten by veeam does all of this and more. check it out: https://www.kasten.io/

3 comments

JMeixner
Forum|alt.badge.img+16
  • On the path to Greatness
  • September 28, 2021

There is kasten by veeam.

Have a look at this product.


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • September 28, 2021

There is kasten by veeam.

Have a look at this product.

This is the best suggestion.


Geoff Burke
Forum|alt.badge.img+22
  • Veeam Vanguard
  • Answer
  • September 28, 2021

There are numerous ways to backup but it is very important to use Kubernetes native methods. So an agent on a node is not a good solution. You need to backup not only the persistent storage if you have it but various objects as well, like configmaps, secrets etc. Then you probably want to backup ETCD. On top of this you will want to export your local snapshots offsite to S3 or NFS. Kasten by veeam does all of this and more. check it out: https://www.kasten.io/