In all of the preceding chapters in the book we have used a single-node cluster. For most small scale applications a single-node cluster should suffice. But, for relatively large scale, distributed applications a multi-node cluster is a more suitable option. In this chapter we shall install Kubernetes on a multi-node (2 nodes) cluster. This chapter has the following sections.
Components of a Multi-Node Cluster
Setting the Environment
Installing the Master Node
Setting Up Flanneld and etcd
Starting the Kubernetes on Master Node
Running the Service Proxy ...