datopian / ckan-cloud-cluster

Documentation and code to support CKAN Cloud cluster provisioning and management
MIT License
4 stars 3 forks source link

setup Heptio ARK on the cluster for continuous backups of the Kubernetes configurations and persistent storage #7

Closed OriHoch closed 5 years ago

OriHoch commented 5 years ago

child of ViderumGlobal/PM#5

zelima commented 5 years ago

I've setup the backups server following their tutorial https://github.com/heptio/velero/blob/master/docs/gcp-config.md

Few things to mention:

zelima commented 5 years ago

Volume snapshots are created I think: from ark-backup.json:

"status": {
"version": 1,
"expiration": "2019-03-28T06:35:09Z",
"phase": "Completed",
"validationErrors": null,
"startTimestamp": "2019-02-26T06:35:09Z",
"completionTimestamp": "2019-02-26T06:37:29Z",
"volumeSnapshotsAttempted": 1,
"volumeSnapshotsCompleted": 1
}