zh-trans: add kube-proxy.md (#11442)

* zh-trans: add kube-proxy.md

zh-trans: add kube-proxy.md

* Update kube-proxy.md

* Update kube-proxy.md
This commit is contained in:
AdamDang
2018-12-07 21:20:30 +08:00
committed by Kubernetes Prow Robot
parent c19fbd8546
commit cca1900935
@@ -3,6 +3,21 @@ title: kube-proxy
id: kube-proxy
date: 2018-04-12
full_link: /docs/reference/generated/kube-proxy
short_description: >
`kube-proxy` 是集群中每个节点上运行的网络代理。
aka:
tags:
- fundamental
- core-object
---
<!--
---
title: kube-proxy
id: kube-proxy
date: 2018-04-12
full_link: /docs/reference/generated/kube-proxy
short_description: >
`kube-proxy` is a network proxy that runs on each node in the cluster.
@@ -11,9 +26,18 @@ tags:
- fundamental
- core-object
---
-->
<!--
`kube-proxy` is a network proxy that runs on each node in the cluster.
-->
`kube-proxy` 是集群中每个节点上运行的网络代理。
<!--more-->
<!--
`kube-proxy` is responsible for request forwarding. `kube-proxy` allows TCP and UDP stream forwarding or round robin TCP and UDP forwarding across a set of backend functions.
-->
`kube-proxy` 负责转发请求。`kube-proxy` 能够提供 TCP 和 UDP 的流转发,也可为一组后端功能点提供轮转式 TCP 和 UDP 转发。