Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Microservice Everything Redux

Microservice Everything Redux

Refreshed version (after 2years) of the Microservice Everything presentation.

Jakub Marchwicki

October 24, 2017
Tweet

More Decks by Jakub Marchwicki

Other Decks in Technology

Transcript

  1. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 2/107 @kubem ~ http://jakub.marchwicki.pl the

    5 why’s of microservices the 5 why’s of microservices Mikroserwisy? Mikroserwisy? Mikroserwisy? Mikroserwisy? Mikroserwisy? Dlaczego? Dlaczego? (ง •̀ ω•́ )ง✧, dlaczego? •.◉, dlaczego? ༼☯ ﹏ ☯༽! Dlaczego?
  2. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 4/107 @kubem ~ http://jakub.marchwicki.pl dlaczego

    mikroserwisy? dlaczego mikroserwisy? Całkiem prawdopodobna historia, chociaż wszystkie wydarzenia i postacie przedstawione poniżej są kcyjne.
  3. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 17/107 @kubem ~ http://jakub.marchwicki.pl mikroserwisy

    mikroserwisy — Sam Newman “Mikroserwisy to koncept architektoniczny który w założeniu ma na celu rozprzęgnięcie rozwiązania poprzez jego dekompozycje funkcjonalną na mniejsze elementy, komunikujące się między sobą poprzez lekkie mechanizmy, często HTTP
  4. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 19/107 @kubem ~ http://jakub.marchwicki.pl mikroserwisy

    mikroserwisy Niewielki problem biznesowy Niezależny; niezależnie wdrażany Działający we własnym procesie Zarządzający swoimi danymi Integrujący się z wykorzytaniem powszechnych interfejsów
  5. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 22/107 @kubem ~ http://jakub.marchwicki.pl mikroserwisy

    są fajne mikroserwisy są fajne Czysty kod Tworzymy moduły które mają pojedynczą odpowiedzialność Są szybsze niż monolity Łatwiejsze w zarządzaniu Łatwiejsze do skalowania Docker, docker, docker, docker potencjalnie szybsze do wdrożenia, szybsze w działaniu nie wszyscy pracują na pojedynczym code-basie tutaj gdzieś powinien pojawić się Docker
  6. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 24/107 @kubem ~ http://jakub.marchwicki.pl (…

    ) collection of task-oriented or dedicated systems that pool their resources and capabilities together to create a new, more complex system which offers more functionality and performance than simply the sum of the constituent systems
  7. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 25/107 @kubem ~ http://jakub.marchwicki.pl system

    of systems system of systems (… ) collection of task-oriented or dedicated systems that pool their resources and capabilities together to create a new, more complex system which offers more functionality and performance than simply the sum of the constituent systems
  8. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 32/107 // Exibit A +------------------+

    +-------------+ | | | | | Access control | | Resources | | | | service | +------------------+ | | +-------------+ +----------------+ | | | Users | | repository | | | +----------------+ //
  9. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 33/107 // Exibit A +------------------+

    +-------------+ | | | | | Access control | | Resources | | | | service | +------------------+ | | +-+-----------+ ^ | | +----------------+ | | | | | Users | | | repository | | | | | +----------------+ (1) + //
  10. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 34/107 // Exibit A +------------------+

    +-------------+ | | | | | Access control | | Resources | | | | service | +------------------+ | | +-+-------+---+ ^ | | | | | +----------------+ | | | | | | | Users | | | (2) | repository | | +-----------> | | | +----------------+ (1) + //
  11. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 35/107 // Exibit A +------------------+

    +-------------+ | | | | | Access control | | Resources | | | | service | +------------------+ | +<---------+ +-+-------+---+ (3) | ^ | | | | | | | +----------------+ | | | | | | | Users | | | (2) | repository | | +-----------> | | | +----------------+ (1) + //
  12. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 36/107 // Exibit A +------------------+

    +-------------+ | | | | (4) | Access control | | Resources +------------>+ | | service | +------------------+ | +<---------+ +-+-------+---+ (3) | ^ | | | | | | | +----------------+ | | | | | | | Users | | | (2) | repository | | +-----------> | | | +----------------+ (1) + //
  13. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 37/107 // Exibit A +------------------+

    +-------------+ | | | | (4) | Access control | | Resources +------------>+ | | service | +------------------+ | +<---------+ +-+-------+---+ (3) | ^ | | | | | | | | | | +----------------+ | | | | | | | | | Users | | | | (2) | repository | | | +-----------> | | | | +----------------+ (1) | + | (.?.) v //
  14. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 39/107 @kubem ~ http://jakub.marchwicki.pl droga

    ku mikroserwisom droga ku mikroserwisom — Christopher Alexander “ Piecemeal Growth to proces budowy krok po kroku, umożliwiający ciągłą ewaluację istniejącego systemu oraz elastyczne podejmowanie decyzji jaki powinien być kolejny krok.
  15. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 41/107 +-----------------------------------------------+ | | |

    +-----------------------------------+ | | | | | | | Boundary: SOAP | | | | | | | +-----------------------------------+ | | | | | | | EJB | | | | | | | +-----------------------------------+ | | | | | | +--------+ +-------+ +----------+ | | | | | | | | | | | JAX-WS | | JPA | | DROOLS | | | | | | | | | | | +--------+ +-------+ +----------+ | | | | | | JBoss 4.2.x | | | +-----------------------------------------------+
  16. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 43/107 +-----------------------------------------------+ | | |

    +--------------------+--------------+ | | | | | | | | Boundary: SOAP | JSF | | | | | | | | +--------------------+--------------+ | | | | | | | EJB | | | | | | | +-----------------------------------+ | | | | | | +--------+ +-------+ +----------+ | | | | | | | | | | | JAX-WS | | JPA | | DROOLS | | | | | | | | | | | +--------+ +-------+ +----------+ | | | | | | JBoss 4.2.x | | | +-----------------------------------------------+
  17. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 44/107 +-----------------------------------------------+ | | |

    +-----------------+-----------------+ | +---------------+ | | | | | | | | | Boundary: SOAP | REST endpoint | <--------------+ | Dedicated | | | | | | | mobile | | +-----------------+-----------------+ | | Single Page | | | | | | Application | | | EJB | | | | | | | | | | | +-----------------------------------+ | +---------------+ | | | | | +--------+ +-------+ +----------+ | | | | | | | | | | | JAX+WS | | JPA | | DROOLS | | | | | | | | | | | +--------+ +-------+ +----------+ | | | | | | JBoss 4.2.x | | | +-----------------------------------------------+
  18. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 46/107 @kubem ~ http://jakub.marchwicki.pl microservices

    checklist microservices checklist Niewielki problem biznesowy Niezależny; niezależnie wdrażany Działający we własnym procesie Zarządzający swoimi danymi Integrujący się z wykorzytaniem powszechnych interfejsów     
  19. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 48/107 @kubem ~ http://jakub.marchwicki.pl —

    James Lewis “ We define libraries as components that are linked into a program and called using in-memory calls, while services are out-of-process components who communicate with remote procedure calls
  20. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 49/107 @kubem ~ http://jakub.marchwicki.pl consumer

    driven contracts consumer driven contracts (… ) drives the development of the Provider from its Consumers point of view, which means consumer describes what and how it wants to receive the information (in a form of a contract) and then provider implements the service following the given contract.
  21. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 51/107 +--------------------------------------+ | | |

    web / controllers | | | +-----------+--------------------------+ | | (1) | v +-------------------------------------+ | | | application logic | | | +--+-------------------------+--------+ | | | (2) ^ | (4) | | | v | (3) v | +----------+--+ +------------------+ | | | | | MySQL | | filesystem | | | | | +-------------+ +------------------+
  22. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 54/107 Proxy +-----+ +------------------+ |

    | /* | | +----------------+--------------------------> | | | | | | The Old stuff | | | | | +--------+ | | | | | | | | | +------------------+ | | | | | | | | | Elastic Search | | | | data push | | | | | | | | | | | +------------------+ | | | | /search | | | | | +--------------------------> | | <------+ | | | Elastic Search | | | | index | | | | | +-----+ +------------------+
  23. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 55/107 @kubem ~ http://jakub.marchwicki.pl microservices

    checklist microservices checklist Niewielki problem biznesowy Niezależny; niezależnie wdrażany Działający we własnym procesie Zarządzający swoimi danymi Integrujący się z wykorzytaniem powszechnych interfejsów     
  24. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 57/107 @kubem ~ http://jakub.marchwicki.pl Andrew

    Tanenbaum — Consistency protocols (2007) “(… ) as every parent of a small child knows, converting a large object into small fragments is considerably easier than the reverse process.
  25. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 58/107 Write through update query

    +--------------------------+ +----------------------------------+ -------------------->| update denormalized view |-------->| update persistent (master) store | +--------------------------+ +----------------------------------+ Write behind update query +----------------------------------+ +---------------------------+ ---------------->| update persistent (master) store |----------->| update denormalized views | +----------------------------------+ +---------------------------+ Read through read query +--------------------------+ +---------------------------+ <---------------------| update denormalized view |<--------------| read persistent store | +--------------------------+ +---------------------------+
  26. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 68/107 @kubem ~ http://jakub.marchwicki.pl distributed

    computing distributed computing Leslie Lamport — Jakaś mailing lista Microsoft 1987 A distributed system is one in which the failure of a computer you didn’t even know existed can render your own computer unusable.
  27. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 70/107 @kubem ~ http://jakub.marchwicki.pl fallacies

    of distributed computing fallacies of distributed computing — 1994 - 1998 (is) a set of assertions made by L Peter Deutsch and others at Sun Microsystems describing false assumptions that programmers new to distributed applications invariably make
  28. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 81/107 @kubem ~ http://jakub.marchwicki.pl Client-Side

    Service Discovery / Load balancing Każdy serwis rejestruje się w centralnym repozytorium, gdzie inne serwisy szukają informacji o dostępności usług. Pozostałe serwisy samodzielnie decydują z którą z dostępnych instancji odbywa się komunikacja. Server-Side Service Discovery / Load balancing
  29. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 82/107 @kubem ~ http://jakub.marchwicki.pl Client-Side

    Service Discovery / Load balancing Każdy serwis rejestruje się w centralnym repozytorium, gdzie inne serwisy szukają informacji o dostępności usług. Pozostałe serwisy samodzielnie decydują z którą z dostępnych instancji odbywa się komunikacja. Server-Side Service Discovery / Load balancing Każdy serwis rejestruje się w centralnym repozytorium. Pozostałe serwisy odwołują się do repozytorium (pojedynczy adres sieciowy), które wewnętrznie przekierowuje ruch do jednej z dostępnych instancji.
  30. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 84/107 @kubem ~ http://jakub.marchwicki.pl brewer’s

    theorem (cap theorem) brewer’s theorem (cap theorem) — 1998 (… ) it is impossible for a distributed computer system to simultaneously provide all three of the following guarantees: Consistency, Availability and Partition tolerance.
  31. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 87/107 @kubem ~ http://jakub.marchwicki.pl Consistency

    Spójność. Każdy odczyt to najświeższe, ostatnio zapisane dane lub błąd. Availability Dostępność. Każdy odczyt zakończony jest sukcesem, nie ma gwarancji że dane które otrzymaliśmy są najświeższe. Partition tolerance
  32. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 88/107 @kubem ~ http://jakub.marchwicki.pl Consistency

    Spójność. Każdy odczyt to najświeższe, ostatnio zapisane dane lub błąd. Availability Dostępność. Każdy odczyt zakończony jest sukcesem, nie ma gwarancji że dane które otrzymaliśmy są najświeższe. Partition tolerance Odporność na podział. System kontynuuje działanie pomimo awarii sieci i braku komunikacji pomiędzy węzłami.
  33. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 97/107 @kubem ~ http://jakub.marchwicki.pl pacelc

    theorem pacelc theorem — Daniel J. Abadi 2012 Ignoring the consistency/latency tradeoff of replicated systems is a major oversight [in CAP], as it is present at all times during system operation, whereas CAP is only relevant in the arguably rare case of a network partition.
  34. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 99/107 @kubem ~ http://jakub.marchwicki.pl One

    CPU cycle 0.4 ns 1 s Level 1 cache access 0.9 ns 2 s Main memory access (DDR DIMM) ~100 ns 4 min SSD I/O 50–150 μs 1.5–4 days Rotational disk I/O 1–10 ms 1–9 months Internet call SF to NYC 65 ms 5 years
  35. 4/11/2019 Mikroserwisy, wszędzie mikroserwisy file:///home/jakub/workspaces/slides/microservices-microservice_everything/pl/slides.html?print-pdf#/ 107/107 @kubem ~ http://jakub.marchwicki.pl @kubem

    ~ http://jakub.marchwicki.pl SegFault - wszystko co potrzebujesz wiedzieć aby awansować 26.04.2019 - Łódź http://segfault.events “ absolutnie niedogmatyczne podejście do programistycznych mód, alergia na bullshit, olewczy stosunek dla autortetów