Kube-proxy: Difference between revisions
Jump to navigation
Jump to search
[Next]
(Created page with "=External= * https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ =Internal= =Overview= kube-proxy is a process running on each node of the cluster. I...") |
|||
Line 3: | Line 3: | ||
=Internal= | =Internal= | ||
=Overview= | =Overview= | ||
kube-proxy is a process running on each node of the cluster. It is responsible with establishing the virtual network across the nodes. | kube-proxy is a process running on each node of the cluster. It is responsible with establishing the virtual network across the nodes. kube-proxy makes sure each node gets its own unique IP address and implements local iptables or IPVS rules to handle routing and traffic on the [[Kubernetes Networking Concepts#Pod_Network|pod network]]. | ||
<center>[[[Kubernetes_Control_Plane_and_Data_Plane_Concepts#kube-proxy|Next]]]</center> | <center>[[[Kubernetes_Control_Plane_and_Data_Plane_Concepts#kube-proxy|Next]]]</center> |
Revision as of 22:26, 23 September 2021
External
Internal
Overview
kube-proxy is a process running on each node of the cluster. It is responsible with establishing the virtual network across the nodes. kube-proxy makes sure each node gets its own unique IP address and implements local iptables or IPVS rules to handle routing and traffic on the pod network.