-
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.
- Loading branch information
Showing
4 changed files
with
8 additions
and
7 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,7 +1,8 @@ | ||
# Blue-green deployment | ||
|
||
* Blue is live environment, green is idle | ||
* After new deployment, it's switch to green instead of blue | ||
* It eliminates downtime, if all good blue than destroyed, if something bad rollback | ||
Blue-green deployment is a strategy where two environments, blue and green, are utilized for application deployment. | ||
|
||
Source:[Implement blue-green deployment](https://learn.microsoft.com/en-us/training/modules/implement-blue-green-deployment-feature-toggles/2-what-blue-green-deployment) | ||
* Blue environment represents the live production environment, while green environment serves as an idle state. | ||
* During a new deployment, traffic is switched from blue to green, allowing testing and validation. | ||
* If the green environment performs well, the blue environment is decommissioned; otherwise, rollback is performed. | ||
Source: [Implement blue-green deployment](https://learn.microsoft.com/en-us/training/modules/implement-blue-green-deployment-feature-toggles/2-what-blue-green-deployment) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
updated: 2023-06-18 21:06:41Z | ||
updated: 2023-06-18 21:34:36Z | ||
kegv: 2023-01 | ||
|
||
title: A Sample Keg | ||
|