- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 322字
- 2021-07-02 20:12:54
Deployment challenges
The current application also has deployment challenges. It is designed as a monolithic application, and any change in the order module would require the entire application to be deployed again. This is time-consuming and the whole cycle will have to be repeated with every change. This means this could be a frequent cycle. Scaling could only be a distant dream in such a scenario.
As discussed about scaling regarding current applications having deployment challenges that require us to deploy the entire assembly, the modules are interdependent, and it is a single assembly application of .NET. The deployment of the entire application in one go also makes it mandatory to test the entire functionality of our application. The impact of such an exercise would be huge:
- High-risk deployment: Deploying an entire solution or application in one go poses a high risk as all modules are going to be deployed even for a single change in one of the modules.
- Higher testing time: As we have to deploy the complete application, we will have to test the functionality of the entire application. We can't go live without testing. Due to higher interdependency, the change might cause a problem in some other module.
- Unplanned downtime: Complete production deployment needs code to be fully tested and hence we need to schedule our production deployment. This is a time-consuming task that results in high downtime. Although planned downtime, during this time, both business and customers will be affected due to the unavailability of the system; this could cause revenue loss to the business.
- Production bugs: A bug-free deployment would be the dream of any project manager. However, this is far from reality and every team dreads this possibility. Monolithic applications are no different from this scenario and the resolution of production bugs is easier said than done. The situation can only become more complex with some previous bug remaining unresolved.
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- 案例式C語言程序設計
- Cocos2D-X權威指南(第2版)
- 解構產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- Moodle Administration Essentials
- 圖解Java數(shù)據(jù)結(jié)構與算法(微課視頻版)
- 控糖控脂健康餐
- 面向STEM的Scratch創(chuàng)新課程
- Learning Laravel 4 Application Development
- CouchDB and PHP Web Development Beginner’s Guide
- Julia for Data Science
- ExtJS Web應用程序開發(fā)指南第2版
- JQuery風暴:完美用戶體驗
- Data Manipulation with R(Second Edition)
- Mapping with ArcGIS Pro