k8s.martindbrv

Home

❯

concepts

❯

kube proxy

kube-proxy

Aug 25, 20251 min read

Cite

kube-proxy is a network proxy that runs on each node in your cluster, implementing part of the Kubernetes Service concept.

It adapts a node’s networking rules (e.g. iptables) when a new Service is added to forward traffic to the underlying Pods.

Sources

  • https://kubernetes.io/docs/concepts/architecture/#kube-proxy

Graph View

Backlinks

  • k8s worker nodes

martindbrv © 2025 | Powered by Quartz v4.5.0 © 2021 jackyzha0, MIT Licensed

  • GitHub
  • LinkedIn