- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 120字
- 2021-07-02 19:44:58
Development, production parity
The development, production parity principle states the importance of keeping the development and production environments as identical as possible. For example, let's consider an application with multiple services or processes, such as a job scheduler service, cache services, or one or more application services. In a development environment, we tend to run all of them on a single machine. Whereas, in production, we will facilitate independent machines to run each of these processes. This is primarily to manage cost of the infrastructure. The downside is that, if production fails, there is no identical environment to reproduce and fix the issues.
This principle is not only valid for microservices, but it is also applicable to any application development.
- HTML5移動Web開發技術
- Beginning Java Data Structures and Algorithms
- Ext JS Data-driven Application Design
- Visual C++實例精通
- JavaScript+jQuery開發實戰
- HTML5+CSS3網頁設計
- Mastering JBoss Enterprise Application Platform 7
- Mobile Device Exploitation Cookbook
- Learning Continuous Integration with TeamCity
- MINECRAFT編程:使用Python語言玩轉我的世界
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- 軟件體系結構
- Windows Phone 8 Game Development
- Java7程序設計入門經典
- jQuery技術內幕:深入解析jQuery架構設計與實現原理