Hacker News new | ask | show | jobs
When to Use DNS Load Balancing (and When Not To) (singh-sanjay.com)
2 points by singhsanjay12 111 days ago
1 comments

This isn't a critique of DNS load balancing.

DNS works well in certain scenarios (multi-region failover, coarse traffic steering), but I've seen it misapplied in cases where faster failure detection or finer-grained routing was required.

This piece tries to outline where DNS fits well architecturally and where it starts to show limits.