Skip to content

mathbruyen/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self service

Init

gcloud container clusters create ownservices --zone europe-west1-b

## Local usage

Nix installation.

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

Generate secrets and passwords

openssl rand -hex 64

Debug

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published