Kubernetes Node

Overview#

Kubernetes Node is a worker machine in Kubernetes and may be either a Virtual Machine or a physical machine, depending on the cluster.

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

Every Kubernetes Node runs at least:

More Information#

There might be more information for this subject on one of the following: