by boronine on 9/7/24, 11:50 PM with 8 comments
by ibash on 9/8/24, 12:14 AM
The basic idea is that traffic gets served by nginx or haproxy and forwarded to your app server. When you deploy another app server and background process gets spun up. Then when the new app server is ready you have nginx/haproxy switch where it’s forwarding traffic.
You can do this on a regular vm and skip all the extra tooling.
by fragmede on 9/8/24, 12:20 AM
by znpy on 9/8/24, 12:02 AM
In this way whether the startup takes one or 10 minutes is irrelevant
by JSDevOps on 9/7/24, 11:57 PM
by nathants on 9/8/24, 10:55 PM