From b452f17d3a09591f0770e112ba8fbabd3cb6901c Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 12 Jul 2019 08:46:32 +0100 Subject: [PATCH] Add k3s Signed-off-by: Alex Ellis --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index cd83209..0ba4abe 100644 --- a/README.md +++ b/README.md @@ -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).