Veleroπ
Overviewπ
Velero is an open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes.
Big Bang Touch Pointsπ
Architecture:π
Storageπ
Data from velero is stored in object storage and configuration is based upon the provider.
Istio Configurationπ
Istio is disabled in the velero chart by default and can be enabled by setting the following values in the bigbang chart:
istio:
enabled: true
These values get passed into the velero chart here.
High Availabilityπ
Velero does not have configurations for high availability.
Single Sign on (SSO)π
None. This service doesnβt have a web interface.
Licensingπ
Dependenciesπ
Velero requires an object storage service available with the bucket details pre-configured. This can be block storage from block storage from AWS, Azure or other providers. minio
and minioOperator
can be enabled to provide this storage local to the cluster under the addon
packages.