!!! Overview
[{$pagename}] is a worker machine in [Kubernetes] and may be either a [Virtual Machine] or a physical machine, depending on the cluster. 



Each [{$pagename}] is managed by the Master. A [{$pagename}] can have multiple [Kubernetes Pods], and the [Kubernetes master] automatically handles scheduling the [Kubernetes Pods] across the [{$pagename}]s in the cluster. The Master's automatic scheduling takes into account the available resources on each Node.

Every Kubernetes Node runs at least:
* Kubelet, a process responsible for communication between the Kubernetes Master and the Node; it manages the Pods and the containers running on a machine.
* A [container] runtime (like [Docker], rkt) responsible for pulling the [container] image from a [registry], unpacking the [container], and running the [application].



!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]