Add backup doc

This commit is contained in:
Basti 2019-01-02 12:50:14 +08:00
parent 8496b19ec5
commit 9e8370f577
1 changed files with 17 additions and 0 deletions

17
doc/backup-and-restore.md Normal file
View File

@ -0,0 +1,17 @@
# Backups
We're using [Ark][1] for backing up Kubernetes config and GKE resources.
## Backup location
Cluster configuration (including all live resources) is backed up to [a Google
Cloud Storage container][3].
## Persistent volumes
Persistent volumes are just GCE disks. Thus, with the current config, Ark
creates volume snapshots as native [GCE disk snapshots][2].
[1]: https://heptio.github.io/ark/v0.10.0
[2]: https://console.cloud.google.com/compute/snapshots?organizationId=772167872692&project=fluted-magpie-218106&tab=snapshots&snapshotssize=50
[3]: https://console.cloud.google.com/storage/browser/sidamo-backups?project=fluted-magpie-218106&organizationId=772167872692