5 ms·
What about if you need rolling deployments?
by jsdevtom 4y ago
What about if you need rolling deployments?
- nijave 4y agoAll 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