Describe the problem/challenge you have
[A description of the current limitation/problem/challenge that you are experiencing.]
Can we backup Local K8S cluster on a mounted server disk or NFS servers local in the environment
Describe the solution you'd like
velero version): Client: Version: v1.4.0kubectl version): 1.18/etc/os-release):Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
Is there a documentation already available
@shubhammicrosoft1 We don't have an object store plugin that can persist backups onto local filesystem. However, you might be able to use our example object sore plugin that persists backups on the pod's local filesystem or you might want to look at running an instance of minio running with persistent volume backed by NFS for storage. Details on setting up velero with minio is available on our docs website.
Thanks @ashish-amarnath . I was thinking to use velero install command & wanted to specify backup-storage location . How can we use azure storage blob location when we need to backup this local server kubernetes cluster
@shubhammicrosoft1 To use an azure blog store as your object store you can use our velero-plugin-for-microsoft-azure
Thanks @ashish-amarnath : It worked like a charm 馃憤
Can we also change the backup locations to migrate our EKS & GKE Kubernetes clusters to AKS or do we also need to do some changes ?
If there is a documentation around it ?
We have this document that scratches the surface of cross cluster migration https://velero.io/docs/v1.4/migration-case/.
For migration across providers is a little more trickier wrt mapping credentials and access to the object store. You will have to update the manifests of the deployment to setup credentials for different object stores. In your case, you will have to setup Velero running in your EKS/GKE cluster with Azure credentials to have backups persisted into azure blob store.
Also, to migrate persistent volumes across providers, you can use our restic integration
@shubhammicrosoft1 I am closing this issue. If you need further assistance please feel free to reach out.