

test note as
Application architectures are evolving, especially with the adoption of micro-server architectures. Your application is no longer one large, static binary or set of packages. It is more like a series of discrete services that are brought together dynamically at runtime. This is a natural fit for containers. But how does this fit with services that require persistence or require long running processes?
