- Hands-On Docker for Microservices with Python
- Jaime Buelta
- 168字
- 2021-06-24 12:35:47
Executing the move
The final step is to execute the carefully devised plan to start moving from the outdated monolith to the new promised land of microservices!
But this stage of the trip can actually be the longest and most difficult—especially if we want to keep the services running and not have outages that interrupt our business.
The single most important idea during this phase is backward compatibility. This means that the system is still behaving as the old system was from an external point of view. If we are able to behave like that, we can transparently change our internal operation while our customers are able to continue their operations uninterrupted.
That's obviously more easy to say than to do and sometimes has been referred to as starting a race with a Ford T and ending it with a Ferrari, changing every single piece of it without stopping. The good news is that software is so absolutely flexible and malleable that it is actually possible.
- 廣電5G從入門到精通
- 黑客攻防實戰技術完全手冊:掃描、嗅探、入侵與防御
- Web安全防護指南:基礎篇
- 連接未來:從古登堡到谷歌的網絡革命
- Mastering Machine Learning for Penetration Testing
- 光網絡評估及案例分析
- 5G承載網網絡規劃與組網設計
- 物聯網關鍵技術及應用
- 互聯網安全的40個智慧洞見:2014年中國互聯網安全大會文集
- 數字通信同步技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 數字調制解調技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 網絡設計與應用(第2版)
- 網絡AI+:2030后的未來網絡
- AWS Lambda Quick Start Guide
- Python API Development Fundamentals