- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 150字
- 2021-06-30 19:10:41
Isolation
A microservice should be physically and/or logically isolated from the infrastructure that uses the systems that it depends on. If we use a database, it must be our database, if we are running in a server, it should be in our server, and so on. With this, we guarantee that nothing external is affecting us and neither are we affecting anything external.
This will help from deployments to performance or monitoring, or even in building our continuous delivery pipeline. It will facilitate how we can be controlled and scaled independently, and will help the ops functions within our team to manage our microservices.
We should move away from the days when a failure in some parts of the architecture was affecting others. Containers are one of the key architectures to effectively archive this principle. We will learn more about this in the Cloud Native microservices section of this chapter.
- Developing Middleware in Java EE 8
- Spring Boot+Spring Cloud+Vue+Element項目實戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- Bulma必知必會
- Fast Data Processing with Spark(Second Edition)
- Hadoop大數(shù)據(jù)分析技術
- C語言程序設計
- 計算機應用基礎(第二版)
- Using Yocto Project with BeagleBone Black
- Responsive Web Design with jQuery
- 前端架構(gòu)設計
- Unreal Engine Game Development Cookbook
- Mastering R for Quantitative Finance
- 開發(fā)者測試
- Hands-On Data Visualization with Bokeh
- JavaScript重難點實例精講