Add README.md

This commit is contained in:
2026-03-02 07:04:56 +00:00
parent 0cf7c9b908
commit d6ec126587

20
README.md Normal file
View File

@@ -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