I was at the London DevOps Meetup last night, graciously hosted by Facebook at their London HQ. We had three chats – one about how Facebook ensures it’s running, one about Facebook’s data centres, and one from Google about how …

London DevOps Meetup – 11th June 2015 Read more »

Tagged with: , , , , , ,

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: , , , ,

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: , , , , ,