Oct
15
2017
Kubernetes
By abernal
What kubernetes is
It is a cluster of clusters
Kubernetes is a cluster that is composed by
Master (Control Plane)
The master node is a collection of services dedicated to control the whole cluster.
It is a good practice not to run applications workload on the master allowing the master to focus on the operation of the cluster.
Components of a Master node