What are the components of Kubernetes worker and explain

  • kubelet :An agent that runs on each node in the cluster. It makes sure that containers are running in a Pod.
  • kube-proxy :kube-proxy maintains network rules on nodes. Manage communication within the cluster and outside the cluster. Also assign ip address for pods
  • Container runtime: For managing and run the containers.