.TH"KUBERNETES""1"" kubernetes User Manuals""Scott Collier""October 2014"""
.SHNAME
.PP
kube\-proxy \- Provides network proxy services.
.SHSYNOPSIS
.PP
\fBkube\-proxy\fP [OPTIONS]
.SHDESCRIPTION
.PP
The \fBkubernetes\fP network proxy runs on each node. This reflects services as defined in the Kubernetes API on each node and can do simple TCP stream forwarding or round robin TCP forwarding across a set of backends. Service endpoints are currently found through Docker\-links\-compatible environment variables specifying ports opened by the service proxy. Currently the user must select a port to expose the service on on the proxy, as well as the container's port to target.
.PP
The kube\-proxy takes several options.
.SHOPTIONS
.PP
\fB\-alsologtostderr\fP=false
log to standard error as well as files
.PP
\fB\-api\_version=\fP""
The API version to use when talking to the server
.PP
\fB\-bindaddress\fP="0.0.0.0"
The address for the proxy server to serve on (set to 0.0.0.0 or "" for all interfaces)