...
...
Requires gcloud
installed to deploy containers to GKE.
gcloud config set account 'ACCOUNT'
gcloud config set project 'PROJECT'
gcloud config set compute/zone 'ZONE'
gcloud config set container/cluster 'GKE_CLUSTER'
gcloud container clusters get-credentials 'GKE_CLUSTER'
make
For the MariaDB container to work (which is discourage in production), you need
a Kubernetes PersistentVolume
backed by a Google Cloud Persistent Disk.
gcloud compute disks create --size 200GB livezilla-mariadb