daxio / k8s-lemp

LEMP stack in a Kubernetes cluster
GNU General Public License v3.0
80 stars 44 forks source link

Add automated backup #4

Closed chepurko closed 7 years ago

chepurko commented 7 years ago

Currently you can back up the MariaDB and NGINX/WP PVs by taking snapshots in GCloud and call it a day. But this would cost you the storage for the snapshots.

Either use the cloud provider to automate snapshotting of volumes or create some kind of Job or other resource which automatically does file-level backup of the DB and /var/www/html.

chepurko commented 7 years ago

Application-level backup is preferred, for example backup plugins for WordPress.