gcloud container clusters create ownservices --zone europe-west1-b
## Local usage
nix-shell
gcloud init
gcloud config set container/cluster ownservices
# get config username
kubectl config view
# get master auth password
gcloud container clusters describe ownservices
kubectl config set-credentials CONFIG_USERNAME --username=admin --password=PASSWORD
Display dashboard by running kubectl proxy
and then open dashboard
openssl rand -hex 64
kubectl exec wallabag-v1-flnjd -c wallabag -i -t -- bash -il
kubectl exec wallabag-v1-gwk26 -c wallabagdb -i -t -- psql -U wallabag -d wallabag