1
0
mirror of https://github.com/teamserverless/k8s-on-raspbian.git synced 2024-10-05 18:30:51 +01:00
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2019-07-12 08:46:32 +01:00
parent efd7f13bc7
commit b452f17d3a

View File

@ -8,6 +8,23 @@ This guide is part of a larger blog post: [Build your own bare-metal ARM cluster
### Start the guide
Pick between `k3s` or `kubeadm`.
#### Pick `k3s`
My current recommendation is to use [k3s](https://k3s.io) from Rancher Labs.
It's:
* faster, uses less resources
* well-maintained and ARMHF / ARM64 just works
* still upstream / compliant Kubernetes
* doesn't appear to run the complicated issues seen with `kubeadm`
[Will it cluster? k3s on your Raspberry Pi](https://blog.alexellis.io/test-drive-k3s-on-raspberry-pi/)
#### Pick `kubeadm`
[Kubernetes on (vanilla) Raspbian Lite](./GUIDE.md)
Once you're up and running please share your clusters on Twitter with [@alexellisuk](https://twitter.com/alexellisuk).