Skip to content

Commit e5e39fe

Browse files
committed
ref(concepts): fixup run stage
1 parent f84374a commit e5e39fe

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/understanding-deis/concepts.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,12 @@ makes it easy to rollback to any previous release.
9191

9292
### Run Stage
9393

94-
The run stage dispatches containers to a scheduler and updates the router accordingly.
95-
The scheduler is in control of placing containers on hosts and balancing them evenly across the cluster.
96-
Containers are published to the router once they are healthy. Old containers are only collected
97-
after the new containers are live and serving traffic -- providing zero-downtime deploys.
94+
The run stage is responsible for deploying the new release to the underlying
95+
Kubernetes cluster. The run stage launches a new Replication Controller which
96+
references the new release. By managing the desired replica count, Workflow
97+
orchestrates a zero-downtime, rolling update of your application. Once
98+
successfully updated, Workflow removes the last reference to the old release.
99+
Note that during the deploy, your application will be running in a mixed mode.
98100

99101
## Backing Services
100102

0 commit comments

Comments
 (0)