- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 166字
- 2021-07-02 19:44:57
Isolation between build, release, and run
This principle advocates strong isolation between the build stage, the release stage, and the run stage. The build stage refers to compiling and producing binaries by including all assets required. The release stage refers to combining binaries with environment-specific configuration parameters. The run stage refers to running applications on a specific execution environment. The pipeline is unidirectional. Hence, it is not possible to propagate changes from run stages back to the build stage. Essentially, it also means that it is not recommended to do specific builds for production; rather, it has to go through the pipeline:

In microservices, the build will create executable jar files, including the service runtime, such as the HTTP listener. During the release phase, these executables will be combined with release configurations, such as production URLs, and so on, and create a release version, most probably as a container like Docker. In the run stage, these containers will be deployed on production via a container scheduler.
- Java Web開(kāi)發(fā)學(xué)習(xí)手冊(cè)
- 編程卓越之道(卷3):軟件工程化
- Python自動(dòng)化運(yùn)維快速入門(mén)
- MySQL 8 DBA基礎(chǔ)教程
- Learning Laravel 4 Application Development
- Interactive Applications Using Matplotlib
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)(第三版)
- C程序設(shè)計(jì)實(shí)踐教程
- Learning JavaScript Data Structures and Algorithms
- 從零開(kāi)始學(xué)Android開(kāi)發(fā)
- Sails.js Essentials
- Learning Unreal Engine Game Development
- Oracle Database XE 11gR2 Jump Start Guide
- 交互設(shè)計(jì)師成長(zhǎng)手冊(cè):從零開(kāi)始學(xué)交互