Disaster recovery
Subsalt's system supports comprehensive disaster recovery strategies for restoring availability and data in the event of an unexpected outage or data loss/corruption.
Data replication
Subsalt leverages your cloud provider's block storage solution(s) for persisting data, which often have built-in resilience options available.
Automated back-ups
Subsalt supports each cloud provider's recommended automated Kubernetes backup solution to protect against scenarios where entire clusters are destroyed. These managed solutions provide automated, periodic backups of persistent storage to an out-of-cluster location that can be restored as needed. Recommended back-up solutions include:
Backup for GKE on Google Cloud
Azure Kubernetes Service Backup on Azure
EKS Backup using Velero on AWS
Third-party tools like backy2, restic, and Velero that support filesystem-level backups are compatible with Subsalt installations as well.
Velero
For AKS deployments, Subsalt also supports Velero for backup and restore. Velero captures Kubernetes resources and persistent volume data, storing them in Azure Blob Storage. It authenticates using Azure Workload Identity, eliminating the need for static credentials in the cluster.
See the Velero backup and restore page for setup and usage details.
Last updated