From fe99188f62503015e2e504fe662ab281d53ab092 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Mon, 15 Jul 2019 20:48:59 +0100 Subject: [PATCH] Add note about Docker k3s to kubeadm guide Signed-off-by: Alex Ellis --- GUIDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index 65a385f..02a9491 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -7,6 +7,12 @@ This is part of a blog post [Serverless Kubernetes home-lab with your Raspberry > Copyright disclaimer: Please provide a link to the post and give attribution to the author if you plan to use this content in your own materials. +## Update - k3s and `docker` + +My current thinking is that [k3s](https://github.com/teamserverless/k8s-on-raspbian#pick-k3s) from Rancher Labs is a better option than `kubeadm` to bootstrap a cluster. Whilst both create a compliant Kubernetes cluster, k3s uses fewer resources, is faster and doesn't run into some of the timing issues we've seen in the community with `kubeadm`. + +You should also see my note on [installing Docker on Raspbian Buster](https://github.com/teamserverless/k8s-on-raspbian#fix-docker-for-raspbian-buster-optional) + ## Pre-reqs: * You must use an RPi 2 or 3 for use with Kubernetes