Files
cloud-config/README.md
2026-03-02 07:04:56 +00:00

21 lines
590 B
Markdown

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