diff --git a/README.md b/README.md new file mode 100644 index 0000000..c52fae4 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +Config for a k8s cloud +====================== + +1. get a k8s cloud +2. deploy the config +3. ??? +4. profit. + + +On jenova, k3s is installed as a systemd service. Since it uses ACME handshakes for TLS certificate issual, it needs port 80, which means the system's nginx can't be running at the same time. + + +Things you can do if you feel like it +------------------------------------- + +* get k9s +* copy `/etc/rancher/k3s/k3s.yaml` to `~/.kube/config` +* launch k9s +* look around, it's pretty +* if you set your KUBECONFIG to `$HOME/.kube/config`, you can also use `kubectl` to manipulate the cluster