TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

SRE Case Study: Mysterious Traffic Imbalance (2018)

6 点作者 shishy将近 4 年前

1 comment

theideaofcoffee将近 4 年前
There&#x27;s a glaring omission in that list of principles at the end of the article: don&#x27;t use DNS for load balancing. Full stop, end of story. DNS load balancing brings nothing but hurt and despair where other methods can solve it more easily and more robustly. Even in 2007.<p>The title gave the problem away without even having to read the article: it&#x27;s so common that deployments fail depending on DNS load balancing that it&#x27;s often easiest to just say &quot;oh, it must be DNS&quot; and be proven right more often than not.<p>I&#x27;m also puzzled by their note about RFC3484, which specifies the behavior for default address selection in the case of IPv6-only or IPv6&#x2F;IPv4 dual stack or addressed hosts. The article really has nothing to do with that RFC in a pure-v4 environment. Most home internet subscribers in 2007 would be using pure v4 so why bring up something that&#x27;s written for v6? Though perhaps Windows networking is just that pathological because this is just such a bizarre way of selecting a default address.