Application Publish


The EnOS ECP supports different application publish modes for application upgrade and project iteration to meet the requirements of various business scenarios.

Main Functions

The Application Publish service supports the Rolling Update, Blue/Green Deployment, and Helm Chart Deployment functions.


Rolling Update

The Rolling Update function publishes a new version of an application with 1 cluster while providing continuous service. In the process of updating the application, two versions of the application provide service at the same time. The cost of using the Rolling Update function is low.


Blue/Green Deployment

The Blue/Green Deployment function publishes a new version of an application with 2 clusters while providing continuous service. In the process of updating the application, only 1 version of the application provides service. The cost of using the Blue/Green Deployment function is higher compared to the Rolling Update function.


Helm Chart Deployment

Based on Helm Chart, complex applications with multiple microservices can be published with just a click of the mouse.