File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments