Self hosted spin on nomad cluster how to achieve 0 downtime deployments #2549
Closed
Jamahl-Carter
started this conversation in
General
Replies: 1 comment 6 replies
-
Spin doesn't have a mechanism to do this today. You would typically achieve this by combining a load balancer with rolling restarts (or similar) so that both the old and new versions of the app are (briefly) being served at the same time. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
spin deploy
to push app changes to my self hosted nomad cluster and am consistently observing 404 responses for a brief window after the release.I believe this is while the traffic is being re-routed to consume the new app version, is it possible to configure this to use the old version until the new version is ready ? Or any other method to remove this window of downtime ?
Thanks in advance for your help !
Beta Was this translation helpful? Give feedback.
All reactions