Rethink platform engineering and developer impact in the age of AI. Tune in to our webinar on Thursday, May 22.

Back to Kubernetes Glossary

Node

What is a node?

A Kubernetes node is a physical or virtual machine that runs containerized workloads. A Kubernetes cluster consists of multiple nodes that are joined together to provide an aggregated amount of compute that can be dynamically allocated to specific workloads.

Related items