Skip to content

Latest commit

 

History

History

velero-on-prem

Velero on Premises

This Velero deployment is ready to be deployed in any Kubernetes cluster as it includes a MinIO instance compatible with the AWS Velero plugin.

Image repository and tag

Deployment

You can deploy Velero AWS by running the following command in the root of this project:

$ kustomize build | kubectl apply -f -
# omitted output

Important Notes

The deployment order is managed by an initContainer that waits for a set of conditions. In this case, velero deployment waits for MinIO instance to be fully configured and ready.

You can see it in plugin-patch.yaml and minio/init-job.yaml.

License

For license details please see LICENSE