raspberry pi3b kubernetes cluster
- first install traefik-rbac.yaml
- then install traefik-daemonset.yaml
- then install metallib.yaml
- then metallb-configmap.yaml
- install wordpress-mysql which uses linuxserver/mariadb rather than mysql
- then install wordpress-deployment
NOTE: strip the passwords; else you won't be able to connect to db tr -d '\n' <password.txt >.strippedpassword.txt && mv .strippedpassword.txt password.txt
kubectl create secret generic mariadb-pass --from-file=mariadb-secret.txt https://hub.docker.com/r/linuxserver/mariadb
To Install Flannel (in lieue of weave-net)