Introduction
Kubernetes nodes run software that helps manage containers and network traffic. These node components make sure containers run correctly and can talk to each other.
When you want to run containers on a worker machine in a Kubernetes cluster
When you need to manage container lifecycle on each node automatically
When you want to route network traffic inside the cluster to the right containers
When you want to use a container runtime like containerd or Docker to run containers
When you want to check or troubleshoot why containers on a node are not working