Provisioning Kubernetes cluster by kubeadm

Chandan Kumar
OpenEBS
Published in
1 min readAug 22, 2018

--

Kubeadm is a new tool that is part of the Kubernetes distribution as of 1.4.0 which helps you to install and set up a Kubernetes cluster. One of the most frequent criticisms of Kubernetes is that it’s hard to install. kubeadm really makes this easier so I suggest you give it a try.

Pre-requisite for creating cluster:

  • One or more machine running the compatible OS (ex: Ubuntu)
  • 2-GB or more of RAM per machine
  • 2-CPU or more for Master
  • Network connectivity among all machines in the cluster

Objective:

  • Install a single master Kubernetes cluster.
  • Install a Pod network on the cluster so that your Pods can talk to each other

Beginners can setup pre-requisite in their own machine by creating…

Read the complete article in MayaData’s Blog

--

--