1
0
mirror of https://github.com/teamserverless/k8s-on-raspbian.git synced 2024-10-05 18:30:51 +01:00

Add note about Docker k3s to kubeadm guide

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2019-07-15 20:48:59 +01:00
parent 8d72bbca3b
commit fe99188f62

View File

@ -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