jihwan2da / spring-cloud-playground

learning for MSA With Spring Cloud
0 stars 0 forks source link

MSA를 Docker 환경에 배포 #4

Open jihwan2da opened 1 year ago

jihwan2da commented 1 year ago

내용

MSA를 Docker Container에 배포한다.

목적

도메인 마이크로 서비스는 포트포워딩을 하지 않고 배포하고(내부망 처럼 보이도록), API Gateway 서비스만 포트포워딩을 진행 시켜(외부와 통신이 가능) 실제 운영 MSA 배포 환경 처럼 보이도록 한다.

확장

현재는 Discovery와 API Gateway를 활용한 라우팅 및 로드밸런서 기능 뿐이지만, MSA간의 통신(단순 통신 , Kafka활용), 장애처리와 분산 추적, MSA 모니터링 까지 확장할 예정

jihwan2da commented 1 year ago

docker-compose --scale 옵션을 활용한 단순 컨테이너 스케일링

image
jihwan2da commented 1 year ago

spring yml profile 지정 방법 - Spring Boot 2.4.x 버전 부터 변경

jihwan2da commented 1 year ago
image