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

1.Kubelet

Responsible for instantiates the pod. and communicates with master.

2.Kube-proxy

Responsible for network management

3.pod

pod is a logical entity which contains one or more containers

4.container

Where the application is running