Stash for Kubernetes
Learn how to configure Stash for use with Filebase.
Last updated
Was this helpful?
Learn how to configure Stash for use with Filebase.
Last updated
Was this helpful?
Stash by AppsCode is a tool for backing up and restoring Kubernetes volumes and Kubernetes applications. It provides a simple and reliable way to protect your valuable data by taking regular backups and restoring them in case of any data loss or system failure. Stash can be used to backup data from various Kubernetes resources such as Deployments, StatefulSets, DaemonSets, CronJobs, and other custom resources.
Read below to learn how to use Stash with Filebase.
kubectl create namespace backup
Replace the FILEBASE_ACCESS_KEY and FILEBASE_SECRET_KEY with your Filebase access and secret keys.
filebase.yaml
file with the following contents:kubectl apply -f filebase.yaml