Kube-proxy

From NovaOrdis Knowledge Base
Revision as of 22:26, 23 September 2021 by Ovidiu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

[Next]