Files
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

849 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
kube-proxy kube-proxy 2018-04-12 /docs/reference/command-line-tools-reference/kube-proxy/ `kube-proxy` is a network proxy that runs on each node in the cluster.
fundamental
networking

kube-proxy is a network proxy that runs on each {{< glossary_tooltip text="node" term_id="node" >}} in your cluster, implementing part of the Kubernetes {{< glossary_tooltip term_id="service">}} concept.

kube-proxy maintains network rules on nodes. These network rules allow network communication to your Pods from network sessions inside or outside of your cluster.

kube-proxy uses the operating system packet filtering layer if there is one and it's available. Otherwise, kube-proxy forwards the traffic itself.