What are the components of Kubernetes worker and explain
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
- 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.