Kube-proxy: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
kube-proxy is a process running on each node of the cluster. It is responsible with establishing a cluster-wide 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]]. | kube-proxy is a process running on each node of the cluster. It is responsible with establishing a cluster-wide 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]]. | ||
Latest revision as of 00:29, 16 November 2021
External
Internal
Overview
kube-proxy is a process running on each node of the cluster. It is responsible with establishing a cluster-wide 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.