Hacker News new | ask | show | jobs
by jsdevtom 1456 days ago
What about if you need rolling deployments?
1 comments

All you need for rolling deployments is >1 instance and load balancing. You can use DNS load balancing which isn't very nuanced, a local load balancer per machine (like nginx with 2 backend on the same machine) or more complex load balancing systems