What are the components of Kubernetes worker and explain each component’s function?

Components of kubernetes worker

  1. Kubelet-Kubelet runs the pods in worker node
  2. Container Engine – Runs the containers in the pods.eg docker,rkt etc
  3. Kube proxy- Kube proxy provide pods IP address and load balances all pods in a service