diff options
| author | caesarxuchao <caesarxuchao@gmail.com> | 2015-04-21 21:22:28 -0700 |
|---|---|---|
| committer | caesarxuchao <caesarxuchao@gmail.com> | 2015-04-21 21:24:53 -0700 |
| commit | 747bb0de5dd4f1fdb64962aebeb89c283c79e81b (patch) | |
| tree | f033a5a5815cd9c206c7941a8435486fb77bd722 | |
| parent | 8e7529849a47e5dc5f7a7b92f501a70474150e89 (diff) | |
fix the link to services.md
| -rw-r--r-- | architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture.md b/architecture.md index 06a0a0ef..3f021aaf 100644 --- a/architecture.md +++ b/architecture.md @@ -17,7 +17,7 @@ The **Kubelet** manages [pods](../pods.md) and their containers, their images, t ### 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](../docs/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/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ) for more details). This reflects `services` (see [the services doc](../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](../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. |
