You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2040,7 +2040,7 @@ Open-sourced software licensed under the [MIT license](http://opensource.org/lic
2040
2040
* Kubelet:
2041
2041
- It's job is to get the configuration of pods from the API server and ensure everything is running according to that.
2042
2042
* 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.
2044
2044
* Pod:
2045
2045
- Smallest unit in the Kubernetes eco-system. It can have one or more containers which can logically run on different nodes.
0 commit comments