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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Decomposing a Monolith

A

pg. 250

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Benefits of microservices

A

Higher velocity
Faster innovation
Technology Freedom

How well did you know this?
1
Not at all
2
3
4
5
Perfectly