MicroServices notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(Created page with " == Mastering Chaos - A Netflix Guide to Microservices - Notes == === Scale Use Cases === ==== Steless ==== ==== Stateful ==== ==== Hybrid ====") |
No edit summary |
||
Line 1: | Line 1: | ||
== Mastering Chaos - A Netflix Guide to Microservices - Notes == | == Mastering Chaos - A Netflix Guide to Microservices - Notes == | ||
=== Evolutionary response === | |||
* Seperation of concern: modularity and encapsulation | |||
* scalability: horizontal, and partitioning | |||
* Virtualization and Elasticity - automation, and on demand capacity | |||
=== Scale Use Cases === | === Scale Use Cases === | ||
==== | |||
==== Stateless ==== | |||
==== Stateful ==== | ==== Stateful ==== | ||
==== Hybrid ==== | ==== Hybrid ==== |
Revision as of 14:22, 30 May 2019
Mastering Chaos - A Netflix Guide to Microservices - Notes
Evolutionary response
- Seperation of concern: modularity and encapsulation
- scalability: horizontal, and partitioning
- Virtualization and Elasticity - automation, and on demand capacity