Skip to content

Instantly share code, notes, and snippets.

View keithdadkins's full-sized avatar

Keith Adkins keithdadkins

View GitHub Profile

Keybase proof

I hereby claim:

  • I am keithdadkins on github.
  • I am keithdadkins (https://keybase.io/keithdadkins) on keybase.
  • I have a public key ASCDX9_D2rsew5lt-5QpnMDYtemrjWK-WlutJxeMVJLUBQo

To claim this, I am signing this object:

@keithdadkins
keithdadkins / k8s-pi.md
Created May 10, 2018 23:39 — forked from alexellis/k8s-pi.md
K8s on Raspbian

Kubernetes on (vanilla) Raspbian Lite

Yes - you can create a Kubernetes cluster with Raspberry Pis with the default operating system called Raspbian. This means you can carry on using all the tools and packages you're used to with the officially-supported OS.

Pre-reqs:

  • You must use an RPi 2 or 3 for use with Kubernetes
  • I'm assuming you're using wired ethernet (Wi-Fi also works, but it's not recommended)

Master node setup