Ansible Node Bootstrapping
When you receive a new server, there are a variety of pre-requisites required before Ansible can be used to administrate the host.
When you receive a new server, there are a variety of pre-requisites required before Ansible can be used to administrate the host.
Following on from my previous post, I discovered rather to my dismay that although I had my nodes initially communicating over the secondary interface, the weave services (and thus my inter-pod traffic) was all going over the public interface.
With the 1.4 release of Kubernetes, Google have made instantiating a cluster a whole lot easier. Using Kubeadm, you can bring up a cluster with a single command on each node. A further command will create a DaemonSet which brings up a Weave mesh network between all your nodes.