- also don't want to send all traffic through a load balancing proxy, expensive and another single point of failure
but wait i have some tradeoffs that might enable some tricks:
- i want high availability for existing users but new users can wait for dns to propagate
- the site can be a "progressive web app" that gets mostly cached in the browser
so in this specific case i think i could do client-side js failover. maybe even a service worker?






