- 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.
- 新編Visual Basic程序設計上機實驗教程
- Expert C++
- Node.js 10實戰
- Android和PHP開發最佳實踐(第2版)
- Learning Flask Framework
- Learning Elixir
- 程序員考試案例梳理、真題透解與強化訓練
- INSTANT Weka How-to
- Implementing Cisco Networking Solutions
- HDInsight Essentials(Second Edition)
- Rust Essentials(Second Edition)
- Modular Programming in Java 9
- 碼上行動:用ChatGPT學會Python編程
- ASP.NET Core 2 Fundamentals
- Unity 2018 Augmented Reality Projects