Microservices are on top of the hype at this point. At the same time, there are noises around certain other architecture styles, for instance, serverless architecture. Which one is good? Are they competing against each other? What are the appropriate scenarios and the best ways to leverage microservices? These are the obvious questions raised by many developers.
In this chapter, we will analyze various other architecture styles and establish the similarities and relationships between microservices and other buzz words such as Service Oriented Architecture (SOA), Twelve-Factor Apps, serverless computing, Lambda architectures, DevOps, Cloud, Containers, and Reactive Microservices. Twelve-Factor Apps defines a set of software engineering principles to develop applications targeting cloud. We will...