Blue / Green deployments :rocket: in OpenShift with Eclipse JKube

2 · Jose Roman Martin Gil · Oct. 23, 2020, 12:01 p.m.
Blue Green Deployment is an application release model very well-known that gradually transfers user traffic from a previous version of an application or microservice to a nearly identical new release—both of which are running in production. The old version of the application or microservice is identified with a color (e.g: Blue) while the new version is identified with the other color (e.g: Green). This model allows to manage the production traffic from one color (old version) to the other (new ...