Skip to content

Commit abafb6f

Browse files
committed
components in Kuberenetes architecture
1 parent a6cbc44 commit abafb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ Open-sourced software licensed under the [MIT license](http://opensource.org/lic
20402040
* Kubelet:
20412041
- It's job is to get the configuration of pods from the API server and ensure everything is running according to that.
20422042
* Kube-Proxy:
2043-
- Behaves like a network proxy and as well as the load balancer for service on a worker node. It directs traffic to particular node based on the ip and port number on incoming request.
2043+
- Behaves like a network proxy as well as the load balancer for service on a worker node. It directs traffic to particular node based on the ip and port number on incoming request.
20442044
* Pod:
20452045
- Smallest unit in the Kubernetes eco-system. It can have one or more containers which can logically run on different nodes.
20462046
* Container:

0 commit comments

Comments
 (0)