使用 Windows Azure 进行 GeoIP 路由
我正在开发一个有点大的项目,最终将加载到 Azure 上。我们的想法是,我们将在世界各地拥有多个计算节点,因为我们的客户群可能如此庞大。我的问题是:
如果我在美国、欧洲、亚洲等地有节点,出于灾难恢复和负载平衡的原因,我如何将基于地理的 DNS 结果的想法与 Azure 结合起来,因为我们的应用程序只是一个 CNAME我们的网址?
我不确定我是否完全理解在 Azure 的多个区域中运行一个应用程序的部署策略。有人有任何链接或参考资料可以更好地理解该模型吗?
Mod 注意:不确定这是否应该是 ServerFault,但我认为 StackOverflow 是一个更好的位置。
谢谢, 布伦特
I'm working on a somewhat large project that will eventually be loaded on Azure. The idea is we will have multiple compute nodes all over the world as our customer base is potentially that large. The question I have is this:
If I have nodes in the US, Europe, Asia, etc. for DR and load balancing reasons how can I combine the idea of Geo-based DNS results with Azure since our application will simply be a CNAME for our URL?
I'm not sure I quite understand the deployment strategy for one application running out of multiple regions with Azure. Does anyone have any links or references to better understand the model?
Mod Note: Not sure if this should be ServerFault but I thought StackOverflow was a better location.
Thanks,
Brent
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Windows Azure 流量管理器,它允许您将跨区域的部署分组为一项逻辑服务并自动将请求路由到最近的区域。
Look at the Windows Azure Traffic Manager it allows you to group deployments across regions as one logical service and automatically routes a request to the nearest region.