How to Compile Kubernetes for Raspberry Pi ARM
1. Golang on Pi (optional) If you have a Linux or OSX machine you can simply compile the Kubernetes Go libraries for ARM on that, but if you want to can install Golang one the Pi too. For that run apt-get update apt-get upgrade apt-get install gcc apt-get install make git clone https://go.googlesource.com/go cd go git fetch --all git checkout go1.4.3 cd src ./all.bash…