k8s.martindbrv

Home

❯

concepts

❯

kube proxy

kube-proxy

1 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, nftables, ipvs, etc), based on its operational mode, 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

  • Service
  • k8s worker nodes
  • kube-apiserver

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

  • GitHub
  • LinkedIn