Velero is a cloud-native tool designed to backup and restore Kubernetes cluster resources and persistent volumes. It enables disaster recovery, data migration, and the replication of production clusters to development environments. A key feature is the support for restore hooks, allowing users to execute custom actions (via InitContainers or Exec commands) during the restoration process.
velero is organized as connected concepts and components. Start broad, then drill down chapter by chapter.
Velero is a cloud-native tool designed to backup and restore Kubernetes cluster resources and persistent volumes. It enables disaster recovery, data migration, and the replication of production clusters to development environments. A key feature is the support for restore hooks, allowing users to execute custom actions (via InitContainers or Exec commands) during the restoration process.
Source Repository: https://github.com/vmware-tanzu/velero
Follow sequentially or jump to any topic. Start with Overview of Restore Hooks.
This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.
View Code IQ ↗