Blue green deployment #3460
Arctomachine
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
how can coolify help with that any idea ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Big support for this issue. This is also related to the zero-downtime discussion over here. Blue/green deployments are a type of zero-downtime deployments, and while the minimum server requirements would be a bit higher than simply a rolling update, it still gets us zero-downtime deployments. #3767 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When new version is deployed, check for incoming connection.
If there are none, just replace container.
If there are, start new version in new container and send new requests there. Keep old container while old connections are active or for specified time frame.
Animation from redhat site about this
Beta Was this translation helpful? Give feedback.
All reactions