Skip to content

Commit 3a7b5a4

Browse files
committed
docs(router): fixup router for v2
1 parent 7adebb7 commit 3a7b5a4

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/understanding-deis/components.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,17 @@ configured for the cluster.
9292

9393
## Router
9494

95-
The router component uses [Nginx][] to route traffic to application containers.
95+
Project Location: [deis/router](https://github.com/deis/router)
96+
97+
The router component is based on [Nginx][] and is responsible for routing
98+
inbound HTTP(S) traffic to your applications. The default workflow charts
99+
provision a Kubernetes service in the `deis` namespace with a service type of
100+
`LoadBalancer`. Depending on your Kubernetes configuration, this may provision
101+
a cloud-based loadbalancer automatically.
102+
103+
The router component uses Kubernetes annotations for both Application discovery
104+
as well as router configuration. For more detailed documentation and possible
105+
configuration view the router [project documentation][router-documentation].
96106

97107
[Amazon S3]: http://aws.amazon.com/s3/
98108
[Application]: ../reference-guide/terms.md#application
@@ -116,3 +126,4 @@ The router component uses [Nginx][] to route traffic to application containers.
116126
[store]: #store
117127
[using-buildpacks]: ../using-deis/using-buildpacks.md
118128
[using-dockerfiles]: ../using-deis/using-dockerfiles.md
129+
[router-documentation]: https://github.com/deis/router

0 commit comments

Comments
 (0)