
Firstly create a Kubernetes cluster to any of cloud provider such as EKS, AKS, GKE or you can simply setup Minikube or Kind cluster into your local computer.

Now create a S3 bucket in your AWS Console.

export BUCKET=k8s-disaster-recovery-using-velero
export REGION=us-east-1
Install Velero into your local setup by clicking the below link according to your device configuration →
https://velero.io/docs/v1.8/basic-install/
Now run this command