Worker nodes¶
Worker nodes are instances of MCR that participate in a swarm for the purpose of executing containers. Such nodes receive and execute tasks dispatched from manager nodes. Worker nodes must have at least one manager node, as they do not participate in the Raft distributed state, perform scheduling, or serve the swarm mode HTTP API.
Note
Some Kubernetes components are run as Swarm services because the MKE control plane is itself a Docker Swarm cluster.
The following tables detail the MKE services that run on worker nodes.
MKE component |
Description |
---|---|
|
A container for collecting host information regarding disks and hardware. |
|
A service that manages Interlock configuration. |
|
A helper service that reconfigures the |
|
A service that provides load balancing and proxying for swarm workloads. Only runs when you enable layer 7 routing. |
|
The networking proxy running on every node, which enables Pods to
contact Kubernetes services and other Pods through cluster IP
addresses. Named |
|
The Kubernetes node agent running on every node, which is responsible
for running Kubernetes Pods, reporting the health of the node, and
monitoring resource usage. Named |
|
A service that removes all the Kubernetes Pods that remain once Kubernetes components are removed from Windows nodes. Runs only on Windows nodes. |
|
A TLS proxy that allows secure access from the local Mirantis Container Runtime to MKE components. |
|
The Calico node agent that coordinates networking fabric for Windows nodes according to the cluster-wide Calico configuration. Runs on Windows nodes when Kubernetes is set as the orchestrator. |
|
A Calico component that runs on every machine that provides endpoints. Runs on Windows nodes when Kubernetes is set as the orchestrator. |
|
A service that monitors the worker node and ensures that the correct MKE
services are running. The |
MKE component |
Description |
---|---|
|
An MKE service that accounts for the removal of dockershim from Kubernetes as of version 1.24, thus enabling MKE to continue using Docker as the container runtime. |
|
The Calico node agent that coordinates networking fabric according to the cluster-wide Calico configuration. Part of the calico-node DaemonSet. Runs on all nodes. |
|
An init container for |
|
A container that installs the Calico CNI plugin
binaries and configuration on each host. Part of the |
|
A container that provides node feature discovery labels for Kubernetes nodes. |
|
A container that provides node feature discovery labels for Kubernetes nodes. |
|
A container that provides supports for Multi Instance GPU (MIG) on NVIDIA GPUs. |
|
A container that provides a per-node service that manages the encryption state of the data plane. |
MKE component |
Description |
---|---|
|
The pause container for the Calico-node Pod. This container is hidden by default, but you can see it by running the following command: docker ps -a |
|
The pause container for the node feature discovery labels on Kubernetes nodes. |
|
The pause container for
|
|
The pause container for
|