diff options
| author | Eric Paris <eparis@redhat.com> | 2015-09-03 10:10:11 -0400 |
|---|---|---|
| committer | Eric Paris <eparis@redhat.com> | 2015-09-03 10:10:11 -0400 |
| commit | 4ad8a68e14a047e5cf7be93b222b00198315882c (patch) | |
| tree | a78b25798e48407ed1a72ee696e1c29765c83e59 | |
| parent | 40e5258990dbed2083992dce1278c5667eb49d1c (diff) | |
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes|
| -rw-r--r-- | architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture.md b/architecture.md index b17345ef..2a761dea 100644 --- a/architecture.md +++ b/architecture.md @@ -51,7 +51,7 @@ The `kubelet` manages [pods](../user-guide/pods.md) and their containers, their ### `kube-proxy` -Each node also runs a simple network proxy and load balancer (see the [services FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ) for more details). This reflects `services` (see [the services doc](../user-guide/services.md) for more details) as defined in the Kubernetes API on each node and can do simple TCP and UDP stream forwarding (round robin) across a set of backends. +Each node also runs a simple network proxy and load balancer (see the [services FAQ](https://github.com/kubernetes/kubernetes/wiki/Services-FAQ) for more details). This reflects `services` (see [the services doc](../user-guide/services.md) for more details) as defined in the Kubernetes API on each node and can do simple TCP and UDP stream forwarding (round robin) across a set of backends. Service endpoints are currently found via [DNS](../admin/dns.md) or through environment variables (both [Docker-links-compatible](https://docs.docker.com/userguide/dockerlinks/) and Kubernetes `{FOO}_SERVICE_HOST` and `{FOO}_SERVICE_PORT` variables are supported). These variables resolve to ports managed by the service proxy. |
