This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 180 lines
!!! 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' }]