Velero supports backing up and restoring Kubernetes volumes attached to pods from the file system of the modules. The data movement is fulfilled by using restic and Kopia, both are Open Source backup tools. This support is considered beta quality due to a list of limitations.
- Velero Node Agent image:
velero/velero:v1.15.0
- Velero Node Agent repository: https://github.com/vmware-tanzu/velero.
This deployment requires to have previously deployed a velero instance. Choose one option:
You can deploy Velero AWS by running the following command in the root of this project:
$ kustomize build | kubectl apply -f -
# omitted output
For license details please see LICENSE