March 2017
Beginner to intermediate
925 pages
18h 11m
English
Kubernetes is an open source container management tool. It is a Go-Lang based (https://golang.org), lightweight, and portable application. You can set up a Kubernetes cluster on a Linux-based OS to deploy, manage, and scale the Docker container applications on multiple hosts.
Kubernetes is constructed using several components, as follows:
These components are connected via network, as shown in the following screenshot:

The preceding image can be summarized as follows:
Read now
Unlock full access