Microservice and Containerization Patterns > Boundary Definition Patterns > Microservice Isolation Levels
Microservice Isolation Levels (Erl, Naserpour)
How can microservices be deployed while retaining their individual required level of isolation?
Problem
Solution
Application
Formal isolation levels are defined and assigned to microservices and available deployment models. This ensures that each microservice is implemented using an appropriate deployment model that meets its required isolation level. Components belonging to a given microservice must also be deployed inside the microservice’s isolation boundary.