RaspberryPi

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…

Read more

Build a Kubernetes Cloud on Raspberry Pi

Do you want your own your very own cloud? Now you can! You can create your own data-center-in-a-box using nothing but cheap open source hardware and open source software. In this article I used 4 Raspberry Pi 2’s and I spent about $200. I’m using the Kubernetes cloud operating system, and I’m using Fabric8 to build and deploy and manage my micro services. Fabric8 is an integrate…

Read more