November 2018
Intermediate to advanced
390 pages
10h 8m
English
Let's create a scenario to create a three-node Kubernetes cluster. In this example, we will create one Kubernetes master and two clients. We are using Ubuntu server 17.10 VMs created using Microsoft Azure. We need to install Kubernetes on the master and both clients.
To install Kubernetes on the master, follow these steps:
apt update && apt upgrade -y

sudo apt install docker.io apt-transport-https -qy
Read now
Unlock full access