crinis / stash

πŸ›… Backup your Kubernetes Volumes

Home Page:https://appscode.com/products/stash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card Build Status codecov Docker Pulls Slack Twitter

Stash

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 CRD 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

Features

  • Fast, secure, efficient backup of Kubernetes volumes (even in ReadWriteOnce mode).
  • Automates configuration of restic for periodic backup.
  • Store backed up files in various cloud storage provider, including S3, GCS, Azure, OpenStack Swift, DigitalOcean Spaces etc.
  • Restore backup easily.
  • Periodically check integrity of backed up data.
  • Take backup in offline mode.
  • Support workload initializer for faster backup.
  • Prometheus ready metrics for backup process.

Supported Versions

Please pick a version of Stash that matches your Kubernetes installation.

Stash Version Docs Kubernetes Version
0.7.0-rc.3 (uses CRD) User Guide 1.8.x+
0.6.4 (uses CRD) User Guide 1.7.x
0.4.2 (uses TPR) User Guide 1.5.x - 1.6.x

Installation

To install Stash, please follow the guide here.

Using Stash

Want to learn how to use Stash? Please start here.

Contribution guidelines

Want to help improve Stash? Please start here.


Stash binaries 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 --enable-analytics=false.


Acknowledgement

Support

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #stash. To sign up, use our Slack inviter.

If you have found a bug with Stash or want to request for new features, please file an issue.

About

πŸ›… Backup your Kubernetes Volumes

https://appscode.com/products/stash

License:Apache License 2.0


Languages

Language:Go 96.0%Language:Shell 2.0%Language:Python 1.9%Language:Smarty 0.1%