23 lines
495 B
Plaintext
23 lines
495 B
Plaintext
# 방향에 따라 갈리는 업그레이드
|
|
# Question: 되돌릴 수 있는지는 무엇이 결정하는가
|
|
direction: down
|
|
n0: "옛 버전 롤백" {
|
|
shape: rectangle
|
|
}
|
|
n1: "Liquibase 검증" {
|
|
shape: rectangle
|
|
}
|
|
n2: "StatefulSet 롤링 업데이트" {
|
|
shape: rectangle
|
|
}
|
|
n3: "외부 서비스" {
|
|
shape: rectangle
|
|
}
|
|
n4: "databasechangelog 행 수" {
|
|
shape: cylinder
|
|
}
|
|
n0 -> n1: "기동 시 검증"
|
|
n1 -> n2: "중단 지점"
|
|
n2 -> n3: "잔여 파드 응답"
|
|
n1 -> n4: "판단 기준"
|