Added glossary term for Kube proxy. (#7465)

* Added glossary term for Kube proxy.

* Edits for clarity

* Edits for style/consistency
This commit is contained in:
Srini Brahmaroutu
2018-02-22 13:43:43 -08:00
committed by k8s-ci-robot
parent 3d068f5c7f
commit 80bdcad4e9
+10
View File
@@ -0,0 +1,10 @@
id: kube proxy
name: kube-proxy
full-link: /docs/reference/generated/kube-proxy
tags:
- fundamental
- core-object
short-description: >
`kube-proxy` is a network proxy that runs on each node in the cluster.
long-description: >
`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.