- 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.
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- CMDB分步構建指南
- ASP.NET MVC4框架揭秘
- Hands-On Microservices with Kotlin
- Python完全自學教程
- 區塊鏈底層設計Java實戰
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Quantum Computing and Blockchain in Business
- Mastering Apache Storm
- Getting Started with Python
- Python函數式編程(第2版)
- Arduino電子設計實戰指南:零基礎篇
- 零基礎學Java第2版
- Unreal Engine Game Development Cookbook
- Slick2D Game Development