-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove linking to documentation file that are currently not being pro…
…vided to end users
- Loading branch information
1 parent
b3b6476
commit e93fefb
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Deployments | ||
|
||
Deployments are the main way to rollout your code and configuration changes to an [Environment](/docs/Environments.md). They take advantage of [Stacks](/docs/Stacks.md) to run multiple instances of your NoopApp concurrently in the same Environment while controlling [Traffic](/docs/Traffic.md) between them. Only one Deployment can be in progress at a time for an Environment. | ||
Deployments are the main way to rollout your code and configuration changes to an [Environment](/docs/Environments.md). They take advantage of [Stacks]() to run multiple instances of your NoopApp concurrently in the same Environment while controlling [Traffic](/docs/Traffic.md) between them. Only one Deployment can be in progress at a time for an Environment. | ||
|
||
## Default Workflow | ||
|
||
Our default Deployment [Workflow](/docs/Workflows.md) simply brings up your new code in new components, moves traffic over to it, and then destroys the old components that were running (aka blue/green). Here's a little more detail on what happens during a Deployment... | ||
Our default Deployment [Workflow]() simply brings up your new code in new components, moves traffic over to it, and then destroys the old components that were running (aka blue/green). Here's a little more detail on what happens during a Deployment... | ||
|
||
- We create a new **Green Stack** in the Environment with [Scaling](/docs/Components.md#scaling) & [Traffic](/docs/Stacks.md#traffic) disabled. | ||
- All **BeforeServices** [Lifecycle Tasks](/docs/Applications.md#lifecycles) are executed in **Green Stack** | ||
- A [Scaling Adjustment](/docs/Stacks.md#scaling-adjustments) launches all [Services](/docs/Components.md#services) in **Green Stack** and waits for them to complete [Health Checks](/docs/Components.md#health-checks) | ||
- All **BeforeTraffic** [Lifecycle Tasks](/docs/Applications.md#services-lifecycles) are executed in **Green Stack** | ||
- [Traffic](/docs/Stacks.md#traffic) is enabled to the **Green Stack** | ||
- We create a new **Green Stack** in the Environment with [Scaling]() & [Traffic]() disabled. | ||
- All **BeforeServices** [Lifecycle Tasks]() are executed in **Green Stack** | ||
- A [Scaling Adjustment]() launches all [Services](/docs/Components.md#services) in **Green Stack** and waits for them to complete [Health Checks]() | ||
- All **BeforeTraffic** [Lifecycle Tasks]() are executed in **Green Stack** | ||
- [Traffic](/docs/Traffic.md) is enabled to the **Green Stack** | ||
- Finally, the **Blue Stack** that was running previously, is destroyed once Traffic is drained |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters