-
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.
Signed-off-by: Thomas Stadler <[email protected]>
- Loading branch information
1 parent
25a165f
commit 9855db8
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# promotion | ||
|
||
## what | ||
|
||
- application version | ||
- configuration settings | ||
- static business settings | ||
- non-static business settings | ||
|
||
## how | ||
|
||
### environment configuration tool | ||
|
||
- kustomize | ||
- helm | ||
- jsonnet | ||
|
||
### kinds of promotions | ||
|
||
- preview environments (short-lived, dynamic, created from pull request) | ||
- sequential promotion env after env (qa --> staging --> prod) | ||
- multiple envs in same stage (prod-eu, prod-asia) |