Skip to content

Instantly share code, notes, and snippets.

@rahulkrishnanfs
rahulkrishnanfs / kubernetes installation using kubeadm
Last active January 9, 2018 18:12
kubernetes installation using kubeadm
OS Required: Ubuntu 16 - xenial
Master node creation
---------------------------
The first step of initialising the cluster is to launch the master node.
The master is responsible for running the control plane components, etcd and the API server.