Hands-On Docker for Microservices with Python
上QQ阅读APP看书,第一时间看更新

Questions

  1. What is a monolith?
  2. What are some of the problems of monoliths?
  3. Describe the microservice architecture.
  4. Which is the most important property of microservices?
  5. What are the main challenges to overcome in a migration from a monolith to microservices?
  6. What are the basic steps to make such a migration?
  7. Describe how to use a load balancer to migrate from an old server to a new one without interrupting the system.