Kubernetes in Google Cloud – Part 1: the etcd cluster
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.
Livin' the technology life.
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.
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 »
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 …