Microservices

1. From Principles Of Microservices by Sam Newman

Small Autonomous services that work together, modelled around a business domain

Guide for decision making
https://www.12factor.net/

Microservices_第1张图片
image.png

Microservices_第2张图片
image.png

Pinciples of Microservices

Microservices_第3张图片
image.png

GOTO 2014 • Microservices • Martin Fowler

https://martinfowler.com/articles/microservices.html

Microservices_第4张图片
image.png

SOA vs microservices
How big?

Benefits: Monolith vs Microservice

Microservices_第5张图片
image.png

Target to Microservices, you need:

  • Rapid provisioning(get new server quickly)
  • Basic Monitoring
  • Rapid Application Deployment
  • Devops Culture

你可能感兴趣的:(Microservices)