UNCLASSIFIED

README.md 682 Bytes
Newer Older
sean.melissari's avatar
sean.melissari committed
1
# Velero
Joshua Eason's avatar
Joshua Eason committed
2

sean.melissari's avatar
sean.melissari committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16
Velero (formerly Heptio Ark) gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes. You can run Velero with a public cloud platform or on-premises. Velero lets you:

* Take backups of your cluster and restore in case of loss.
* Migrate cluster resources to other clusters.
* Replicate your production cluster to development and testing clusters.

Velero consists of:

* A server that runs on your cluster
* A command-line client that runs locally

## Documentation

[The documentation](https://velero.io/docs/) provides a getting started guide and information about building from source, architecture, extending Velero, and more.