March 2017
Beginner to intermediate
925 pages
18h 11m
English
The master node serves as a kernel component in the Kubernetes system. Its duties include the following:
Three major daemons support the master fulfilling the preceding duties, which are numbered in the following image:

As you can see, the master is the communicator between workers and clients. Therefore, it will be a problem if the master node crashes. A multiple-master Kubernetes system is not only fault tolerant, but also workload-balanced. There will be no longer only ...
Read now
Unlock full access