Files
website/content/zh/docs/reference/glossary/kube-proxy.md
T
JohnTse a51e91659a fix a translation error
“如果有 kube-proxy 可用,它将使用操作系统数据包过滤层” should be translated by "如果操作系统提供了数据包过滤层并可用的话,kube-proxy会通过它来实现网络规则"
2020-04-14 18:55:15 +08:00

1.5 KiB
Executable File

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` 是集群中每个节点上运行的网络代理。
fundamental
networking

kube-proxy 是集群中每个节点上运行的网络代理,实现 Kubernetes {{< glossary_tooltip term_id="service">}} 概念的一部分。

kube-proxy 维护节点上的网络规则。这些网络规则允许从集群内部或外部的网络会话与 Pod 进行网络通信。

如果操作系统提供了数据包过滤层并可用的话,kube-proxy会通过它来实现网络规则。否则,kube-proxy 仅转发流量本身。