본문 바로가기

개발하는 자몽

검색하기
개발하는 자몽
프로필사진 jaamong

  • 분류 전체보기 (195)
    • 개발 지식 (9)
    • Architecture & Tool (30)
      • Docker (5)
      • Nginx (2)
      • AWS (14)
    • Algorithm (21)
    • Database (15)
    • Git (7)
    • 잡담 (0)
    • Java & Kotlin (88)
      • Spring (60)
    • Python (14)
      • Django (8)
      • FastAPI (1)
    • front-end (0)
      • JavaScript (0)
    • SQL (11)
Guestbook
Notice
Recent Posts
Link
Tags
  • static
  • 데이터베이스
  • spring security 6
  • AWS
  • 스프링부트
  • PYTHON
  • mysql
  • jpa
  • 1차원 배열
  • Django
  • ORM
  • spring
  • 스프링
  • Docker
  • SSL
  • springboot
  • 문자열
  • string
  • spring boot
  • DI
  • 자바
  • spring mvc
  • 프로그래머스
  • sql
  • @transactional
  • join
  • java
  • hibernate
  • nginx
  • select
more
«   2025/09   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Archives
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록rolling deploy (1)

개발하는 자몽

롤링 무중단 배포

적용 전 준비할 코드 nginx.conf worker_processes auto; events { worker_connections 1024; } http { ... # for load balancing upstream project_server { server project_server2:8000; server project_server1:8000; keepalive 1024; } server { listen 80; location / { proxy_pass http://project_server/; # upstream 이름 proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; ... } ... ..

Architecture & Tool 2024. 4. 19. 08:54
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바