Microservices Flashcards
1
Q
What are the principles of Microservices?
A
- Decentralize all the things
- Deploy independently
- Isolate failure
- Highly observable
- Modeled around business domains
- Adopt culture of automation
- Hide implementation details.
2
Q
What are APIs
A
- APIs are set of tools, features, or data that allows the creation of a process, service, or application that can assist you with your microservices.
- The front door of Microservices
3
Q
Decomposing a Monolith
A
pg. 250
4
Q
Benefits of microservices
A
Higher velocity
Faster innovation
Technology Freedom