What are the components of a worker node (aka data plane)?
Answer
- Kubelet - an agent responsible for node communication with the master.
- Kube-proxy - load balancing traffic between app components
- Container runtime - the engine runs the containers (Podman, Docker, ...)