본문 바로가기
호기심_메모

netflix oss stack

by 겸손하게 빚진자로, 밝게 인사 2021. 8. 27.
728x90

https://www.slideshare.net/diego.pacheco/netflixoss-stack

 

NetflixOss Stack

NetflixOSS Stack Diego Pacheco

www.slideshare.net

 

It contains four business services (green boxes):

  • Three core services responsible for handling information regarding products, recommendations and reviews.
  • One composite service, product-composite, that can aggregate information from the three core services and compose a view of product information together with reviews and recommendations of a product.

To support the business services we use the following infrastructure services and components (blue boxes):

  • Service Discovery Server (Netflix Eureka)
  • Dynamic Routing and Load Balancer (Netflix Ribbon)
  • Edge Server (Netflix Zuul)

 

출처 : https://callistaenterprise.se/blogg/teknik/2015/04/10/building-microservices-with-spring-cloud-and-netflix-oss-part-1/

 

Building microservices with Spring Cloud and Netflix OSS, part 1 | Callista

10 April 2015 // Magnus Larsson In the previous blog post we defined an operations model for usage of microservices. In this blog post we will start to look at how we can implement the model using Spring Cloud and Netflix OSS. From the operations model we

callistaenterprise.se

 

반응형

'호기심_메모' 카테고리의 다른 글

from Netflix OSS to Istio  (0) 2021.08.27
서비스 메시  (0) 2021.08.27
Agile과 DevOps  (0) 2021.08.25
[CI/CD] Skaffold  (0) 2021.08.24
Gradle 개요  (0) 2021.08.24