Native back-up support for EKS clusters

0

Are there any native options similar to AWS backup to create backups of an EKS clsuter?

asked a year ago3708 views
2 Answers
2
Accepted Answer

Hi there,

I understand that you would like to know if you can leverage the AWS Backup service to create backups of your EKS clusters.

Please note that the the "AWS Backup" service can only backup AWS resources - it does not support backing up an EKS cluster and the Kubernetes resources inside the cluster.

There is a 3rd party tool by VMWare called Velero [1] that can be used to backup EKS clusters. AWS has a blog post that goes through how to use Velero step by step to backup an EKS cluster [2], the EKS Best Practice guide also refers to Velero [4]. - Velero can be used to backup all namespaces in the cluster or it can be restricted to only backup specific namespaces.

I recommend reading through the Velero documentation [3] for more information on the different configuration options that can be set as well as how to run Velero backups.

I hope this helps!

Ahmad

[1] https://github.com/vmware-tanzu/velero

[2] https://aws.amazon.com/blogs/containers/backup-and-restore-your-amazon-eks-cluster-resources-using-velero/

[3] https://velero.io/docs/v1.8/backup-reference/

profile pictureAWS
answered a year ago
1

Beyond Velero, you may also want to consider Kasten K10 by Veeam. There is also a free version.

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions