Senior Software Engineer
Now we have all we need to install kubernetes 1.3.5.
Let’s start with downloading kubernetes binaries (this can take quite some time as these weight well over 1G). I assume we are in /opt/kubernetes directory on…
Now that we have etcd, flannel running we can install Docker.
It is fairly easy, just repeat those steps on each machine:
apt-get updateapt-get install apt-transport-https
Now that we have working etcd cluster, we can start setting up our overlay network.
We will use flannel 0.5.5 for that purpose. I assume we are in /opt/kubernetes directory (also set as GOPATH) on gc01 server.
I am going to install etcd 3.0.6 on our master server (gc01) and then copy binaries across to the other servers. Because our etcd cluster will be using public internet, we will have to secure it with TLS.
Being tired of manually configuring and managing a lot of servers and not willing to pay top dollar for managed cloud solutions I decided it is time to build my own “cloud”.