Stash by AppsCode is a Kubernetes operator for restic. If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. restic is a backup program that is fast, efficient and secure with few moving parts. Stash is a TPR controller for Kubernetes built around restic to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads:
- Deployment
- DaemonSet
- ReplicaSet
- ReplicationController
- StatefulSet
- Fast, secure, efficient backup of any kubernetes volumes.
- Automates configuration of
resticfor periodic backup. - Store backed up files in various cloud storage provider, including S3, GCS, Azure, OpenStack Swift etc.
- Prometheus ready metrics for backup process.
Kubernetes 1.5+
To install Stash, please follow the guide here.
Want to learn how to use Stash? Please start here.
Want to help improve Stash? Please start here.
Wondering what features are coming next? Please visit here.
The stash operator collects anonymous usage statistics to help us learn how the software is being used and how we can improve it. To disable stats collection, run the operator with the flag --analytics=false.
- Many thanks to Alexander Neumann for Restic project.
If you have any questions, you can reach out to us.