1

We have a kubernetes cluster( 1 master, 2 worker nodes) in AWS that was created using kubeadm and uses storage class - cluster.local/nfs-server-nfs-server-provisioner .

So we are using a nfs pod ( that contains all the pvc data) running in the cluster as a statefulset. We have around 10-15 pods running (like jenkins,gitlab,ldap etc..)in the cluster and 9 PV/PVCs.

To do a backup/restore onto a new Kuberntes cluster:

Would Velero work here just like how it works when using EBS as the storage class?

Is there are any other way or tool that can support the backup/recovery process better ?

Dilip
  • 365
  • 1
  • 6
  • 18
  • 1
    Never tried it myself but as far as I can see you may run into some issues: https://github.com/vmware-tanzu/velero/issues/2721 or https://github.com/vmware-tanzu/velero/issues/3450 But it would be best to test it and make sure if it works in your particular scenario. – mario Jun 23 '21 at 17:57
  • Thanks @mario for the hint – Dilip Sep 13 '21 at 17:18

0 Answers0