Kubernetes

What are the components of a worker node (aka data plane)?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

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, ...)