January 2022
Intermediate to advanced
328 pages
9h 8m
English
This chapter covers
Chapter 2 introduced the Account service, which runs both locally and in Kubernetes. It can run in many more than two contexts, as shown next. Each context varies, having external services like a database, messaging system, and backend business microservices. The Account service has to interact with each service in its context, each with configuration requirements.
Figure 3.1 represents how enterprises may use different databases depending on the context. The developer uses a local desktop database during development, like ...