- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 111字
- 2021-06-30 19:10:41
Independently deployable
Microservices should be independently deployable; if not, it probably means that there is some kind of coupling within our architecture that needs to be solved. If we could meet other principles but we fail at this, we are probably decrementing the benefits of this architecture.
Having the ability to deliver constantly is one of the advantages of the microservices architecture; any constraints should be removed, as much as we remove bugs from our applications.
We should take care of deployments from the beginning of the design of our microservices and architecture; finding a constraint on this area at late stages could have a big impact on the overall application.
推薦閱讀
- Python for Secret Agents:Volume II
- Learning Chef
- x86匯編語(yǔ)言:從實(shí)模式到保護(hù)模式(第2版)
- 精通軟件性能測(cè)試與LoadRunner實(shí)戰(zhàn)(第2版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 你不知道的JavaScript(中卷)
- Rust Essentials(Second Edition)
- Java程序設(shè)計(jì)
- 零基礎(chǔ)學(xué)單片機(jī)C語(yǔ)言程序設(shè)計(jì)
- Access 2010中文版項(xiàng)目教程
- Domain-Driven Design in PHP
- 移動(dòng)增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- Java Web從入門到精通(第3版)
- App Inventor少兒趣味編程動(dòng)手做
- 30天學(xué)通C#項(xiàng)目案例開發(fā)