Following on from my previous post which stood up an etcd cluster, here’s how to add Kubernetes nodes which you can schedule Docker containers upon.

Tagged with: , , , ,

So, I’ve been getting Kubernetes running (following Kelsey Hightower’s tutorial), you need an etcd/fleetd cluster running, and here’s how to get up to speed with that in the Google Cloud.

Tagged with: , , , , ,

I was trying to get Kubernetes running on an etcd/fleetd CoreOS cluster under Vagrant on my Mac, but Vagrant seems to love handing out the same IP address to NAT adapters, causing Flannel issues. Given that nobody will actually be …

Etcd and fleetd clustering on Google Compute Engine Read more »

Tagged with: , , , , ,

Fancy playing with CoreOS and on a Mac? It is possible # Clone CoreOS’s Vagrant repository from https://github.com/coreos/coreos-vagrant git clone [email protected]:coreos/coreos-vagrant.git cd coreos-vagrant   # Clear out any pre-existing cluster vagrant destroy -f   # Ensure the latest vagrant images …

CoreOS cluster on a Mac via Vagrant Read more »

Tagged with: , , , , ,