adamant-kite-43734
01/29/2024, 11:47 PMbulky-sunset-52084
curl -sfL <https://get.k3s.io|https://get.k3s.io> | sh -
The only difference between the agents and servers is control plane stuff runs as part of the k3s binary on a server else all nodes are agents and can run workloads. For testing/playing around reasons I install k3s directly on my laptop to test (Because it's so easy to get from zero to full blown kubernetes). Obviously wouldn't recommend running like this in any kind of production capacity...