You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[A note for Windows users](#a-note-for-windows-users)
@@ -45,7 +45,6 @@ How do you say it? Ketchup, as in tomato.
45
45
-[Troubleshooting and support](#troubleshooting-and-support)
46
46
-[Maybe the problem is with K3s?](#maybe-the-problem-is-with-k3s)
47
47
-[Common issues](#common-issues)
48
-
-[Support and k3sup for commercial use](#support-and-k3sup-for-commercial-use)
49
48
-[Getting access to your KUBECONFIG](#getting-access-to-your-kubeconfig)
50
49
-[Smart cards and 2FA](#smart-cards-and-2fa)
51
50
-[Misc note on `iptables`](#misc-note-on-iptables)
@@ -58,7 +57,7 @@ You may wonder why a tool like this needs to exist when you can do this sort of
58
57
59
58
k3sup was developed to automate what can be a very manual and confusing process for many developers, who are already short on time. Once you've provisioned a VM with your favourite tooling, `k3sup` means you are only 60 seconds away from running `kubectl get pods` on your own computer. If you are a local computer, you can bypass SSH with `k3sup install --local`
60
59
61
-
## Do you use`k3sup`?
60
+
## Are you a`k3sup` user?
62
61
63
62
`k3sup` was created by [Alex Ellis](https://github.com/users/alexellis/sponsorship) - the founder of [OpenFaaS ®](https://www.openfaas.com/) & [inlets](https://inlets.dev/).
64
63
@@ -68,13 +67,16 @@ k3sup was developed to automate what can be a very manual and confusing process
68
67
69
68
Want to see continued development? [Sponsor alexellis on GitHub](https://github.com/users/alexellis/sponsorship)
70
69
71
-
### Uses
70
+
### Use-cases
71
+
72
+
K3sup runs from your local machine, without ever having to log into a remote server.
72
73
73
74
* Bootstrap Kubernetes with k3s onto any VM with `k3sup install` - either manually, during CI or through `cloud-init`
74
-
* Get from zero to `kubectl` with `k3s` on Raspberry Pi (RPi), VMs, AWS EC2, Packet bare-metal, DigitalOcean, Civo, Scaleway, and others
75
-
* Build a HA, multi-master (server) cluster
76
-
* Fetch the KUBECONFIG from an existing `k3s` cluster
75
+
* Get from zero to `kubectl` with `k3s` on bare-metal, Raspberry Pi (RPi), VMs, AWS EC2, Google Cloud, DigitalOcean, Civo, Linode, Scaleway, and others
76
+
* Build a Highly-Available (HA), multi-master (server) cluster
77
+
* Fetch the KUBECONFIG from an existing cluster with `k3sup get-config`
77
78
* Join nodes into an existing `k3s` cluster with `k3sup join`
79
+
* Build a massive cluster for automation and scale-out testing using `k3sup plan` and a JSON file with IP addresses
0 commit comments