Untitled

MSA 서비스 응답 과정

  1. 클라이언트 요청
  2. API G/W
  3. Service Router
  4. Service Discovery를 통해 등록된 서비스 탐색
  5. 분산되어있는 Instance(Micro Service)로 요청 전달(by Load Balancer)
  6. Container 기반의 Micro Service는 요청에 응답

Service Mesh

Untitled

Micro Service간의 통신을 자동화 하는 인프라 레이어

🍎 MSA 기반 기술

  1. Gateway
    1. nginx, zuul, spring-cloud ...
  2. ServiceMesh
    1. istio, zookeeper, netflix oss
  3. Runtime
    1. docker engine