Skip to content

Commit

Permalink
notes: create promotion.md
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Stadler <[email protected]>
  • Loading branch information
thomasstxyz committed Jan 16, 2023
1 parent 25a165f commit 9855db8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions notes/promotion.md
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)

0 comments on commit 9855db8

Please sign in to comment.