kodbasen

Where the compass is spinning around software

Building your Kubernetes cluster in minutes

Development Kubernetes Docker ARM Raspberry PI

With the release of Kubernetes v1.3.0 there is now a cross platform way of quickly setting up a Kubernetes cluster using Docker.

kube-deploy/docker-multinode uses two instances of Docker daemon.

I’ve created a hybrid solution Sloop that uses kube-deploy/docker-multinode but runs the kubelet native. The reason for running your kubelet:s native is the full support of Persistent Volumes.

Sloop uses the best of two worlds. Docker for bootstrapping your cluster and native kubelet for full Kubernetes functionality.

Give it a try and see what you think! https://github.com/kodbasen/sloop

14 Jul 2016 #Development #Docker #Kubernetes #Raspberry PI #ARM #ARM64 #AMD64