Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(managing-workflow): Add scaling the routers to the production de…
Browse files Browse the repository at this point in the history
…ployment notes.
  • Loading branch information
mattk42 committed Jan 30, 2017
1 parent 539a80c commit 5a37885
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/managing-workflow/production-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Please see the following documentation: [Customizing Controller][]
Using TLS to encrypt traffic (including Workflow client traffic, such as login credentials) is
crucial. See [Platform SSL][] for the platform.

## Scale Routers

If all router pods in your cluster become unavailable then you will be unable to access the workflow API or
any deployed applications. To reduce the potential of this happening it is recommended that you scale the
deis-router Deployment to run more than one router pod. This can be accomplished by running
`kubectl --namespace=deis scale --replicas=2 deployment/deis-router`

[configuring object storage]: ../installing-workflow/configuring-object-storage.md
<!-- TODO: Uncomment once https://github.com/deis/workflow/pull/253 is merged -->
Expand Down

0 comments on commit 5a37885

Please sign in to comment.