Kubernetes-Native Backup & Recovery
A complete Kubernetes native disaster recovery solution for backup and restore your volumes and databases in Kubernetes on any public and private clouds.
oci://ghcr.io/appscode-charts/kubestash \
--version v2026.7.10 \
--namespace kubestash --create-namespace
✓ KubeStash installed successfully
Trusted by engineers at









Backup in 4 steps
From zero to automated, encrypted, verified Kubernetes backups — without rewriting your operational runbooks.
Install the Operator
Deploy KubeStash via Helm into any Kubernetes cluster — EKS, GKE, AKS, or on-prem. One command, three minutes.
helm install kubestash …Define BackupConfiguration
A single Kubernetes-native CRD declares what to back up, the schedule, retention policy, and which storage backend to use.
kind: BackupConfigurationMonitor Sessions
BackupSession objects give you real-time status, per-component snapshots, and structured events — query with kubectl or your existing observability stack.
✓ Snapshot verifiedRestore Anytime
Create a RestoreSession for full, granular, or point-in-time recovery. Works across namespaces and clusters.
kubectl restore --pitr …Built for production reliability
Enterprise-grade features for encrypted, policy-driven, and verified Kubernetes backup at scale.
Declarative API
Backup your data in Kubernetes native way. Stash uses Custom Resource Definition (CRD) to specify targets and behaviors of the backup and restore process. Schedule a backup for your workloads in the same way you deployed them into Kubernetes.
Backup Kubernetes Volumes
Backup your Kubernetes volumes mounted in a workload. Stash supports Deployment, DaemonSet, StatefulSet, ReplicaSet, ReplicationController, OpenShift DeploymentConfig etc. You can also backup stand-alone PVC with "ReadWriteMany" access mode.
Backup Database
Backup your databases deployed in Kubernetes. Stash supports backup of MariaDB, Redis, PostgreSQL, MySQL, MongoDB, Elasticsearch and Percona XtraDB, Etcd databases. It seemingly integrates with KubeDB. It is now a recommended method to backup KubeDB supported databases.
Multiple Storage Support
You can store your backed up data into various storage services. Stash supports AWS S3, Minio, Rook, Google Cloud Storage, Azure Blob Storage, OpenStack Swift, DigitalOcean Spaces, Blackbaze B2 and REST server as backend. You can also use Kubernetes persistent volumes as backend.
Deduplication
Stash will upload only the diff since the last backup. It splits the targeted files into smaller blobs using Content Defined Chunking (CDC) and uploads only the modified blobs.
Data Encryption
To provide data security, your data needs to be encrypted during the whole process. Stash keeps all the backed up data encrypted using AES-256. So, your data is protected even if it leaks from the backend. And it will not make any sense until they are decrypted.




