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?
![Microservice Isolation Levels](https://patterns.arcitura.com/wp-content/uploads/2018/09/microservice_lsolation_levels.png)
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.
![Microservice Isolation Levels: Microservices and their respective components are deployed in separate isolation boundaries. Microservice Isolation Levels: Microservices and their respective components are deployed in separate isolation boundaries.](https://patterns.arcitura.com/wp-content/uploads/2018/09/fig1-23.png)
This pattern can be applied using a number of pre-defined isolation levels, each with its own deployment environment, as explained and illustrated in the complete pattern description.
This pattern is covered in Module 10: Advanced Microservice Architecture & Containerization..
For more information regarding microservice and containerization courses and accreditation,
visit the Microservice Architect Certification program page..