Overview of Velero
mainVelero is a tool designed to back up and restore Kubernetes cluster resources and persistent volumes. It can be used with public cloud platforms or on-premises environments to:
- Take backups of your cluster and restore them in case of loss.
- Migrate cluster resources to other clusters.
- Replicate production clusters to development and testing clusters.
Velero architecture consists of two main components:
- A server that runs on your Kubernetes cluster.
- A command-line client that runs locally to interact with the server.