Velero
Velero
Kubernetes Cluster
V1.
0
Velero (formerly Heptio Ark) gives you tools to back up and
Formerly Heptio
restore your Kubernetes cluster resources and persistent
Ark
volumes. You can run Velero with a cloud provider or
on-premises.
3
Velero operation
On-demand backups
● Uploads a tarball of copied Kubernetes objects into cloud object
storage
● Calls the cloud provider API to make disk snapshots of persistent
volumes, if specified
Schedule backups
● Allows you to back up your data at recurring intervals
● These intervals are specified by a Cron expression.
4
Restore
● Allows you to restore all of the objects and persistent volumes from
a previously created backup
Velero Features
● Backup namespace
● Schedule backup
● Restore namespace
● Restoring Into a Different Namespace
7
Workflow for backup VKE