Add README.md
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal 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
|
||||
Reference in New Issue
Block a user