Active Nerds
Back to Glossary Index

Node

Worker machine (physical or VM) running kubelet, container runtime, and kube-proxy in a Kubernetes cluster.

Mechanism & Definition

A worker machine (virtual or physical) managed by the Kubernetes control plane. Each node runs the `kubelet` agent, a container runtime (e.g. containerd), and `kube-proxy` to execute Pod workloads assigned by the control plane scheduler.

Related Terms

Appears In