- 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.
- GraphQL學習指南
- 深入淺出Electron:原理、工程與實踐
- Learning RabbitMQ
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Building Machine Learning Systems with Python(Second Edition)
- 鴻蒙OS應用編程實戰
- Solutions Architect's Handbook
- Moodle 3 Administration(Third Edition)
- 零基礎C#學習筆記
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- 零基礎學SQL(升級版)
- Flask開發Web搜索引擎入門與實戰
- 機器人ROS開發實踐
- Getting Started with Hazelcast
- SAP HANA Cookbook