Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 533 Bytes

File metadata and controls

9 lines (5 loc) · 533 Bytes

MSA(Micro Service Architecture)

image

API Gateway

API 게이트웨이는 클라이언트의 진입점 역할을 합니다. 클라이언트는 직접 마이크로 서비스로 요청하는 대신 요청을 적절한 마이크로 서비스로 전달하는 API 게이트웨이에 요청을 보냅니다.