issues
search
beaniejoy
/
dongne-cafe-api
☕️ kotlin & spring boot application (toy project) / siren order service for local cafe
2
stars
1
forks
source link
무중단 배포 전략 적용해보기 - Rolling 전략
#64
Closed
beaniejoy
closed
1 year ago
beaniejoy
commented
1 year ago
구성
애플리케이션 서버에 nginx 사용한 load balancer 적용하기
8080, 8081 두 개 포트로 운영해보기
load balancing algorithm - RR(Round Robin)
Rolling 배포 전략 사용해보기
배포 전략 프로세스
nginx upstream down
kill application
run new build application
health check
nginx upstream up
위 프로세스를 8080, 8081 각각 순서대로 실행
Blog 작성
https://beaniejoy.tistory.com/104
구성
Blog 작성