gpt4 book ai didi

azure - 流量管理器权重路由方法似乎效果不太好

转载 作者:行者123 更新时间:2023-12-02 07:29:01 24 4
gpt4 key购买 nike

我们构建了一个具有权重路由方法(以前的循环模式)的流量管理器,并配置了具有相同权重值的两个端点。

我们预计流量将均匀分配到两个端点。但实际上我们看到一个端点的流量比另一个端点多得多。

然后我们检查了门户上流量管理器的“自动化脚本”,发现了这一点:

{
"name": "test1",
"type": "Microsoft.Network/trafficManagerProfiles/externalEndpoints",
"properties": {
"endpointStatus": "Enabled",
"target": "www.abc.com",
"weight": 1,
"priority": 1,
"endpointLocation": null
}
},
{
"name": "test2",
"type": "Microsoft.Network/trafficManagerProfiles/externalEndpoints",
"properties": {
"endpointStatus": "Enabled",
"target": "www.xyz.com",
"weight": 1,
"priority": 2,
"endpointLocation": null
}
}

上面的模板中有“优先级”,权重路由模式下的优先级是什么意思?此设置会影响流量路由吗?

最佳答案

There is "priority" in the above template, what priority mean in weight routing mode?

无论流量管理器配置什么模式,“权重”和“优先级”这两个属性始终存在。在您的场景中,优先级将不会影响流量路由。

But actually we saw one endpoints got much more traffic than another one.

关于加权方法,重要的是要了解 DNS 响应由客户端以及客户端用来解析 DNS 名称的递归 DNS 服务器缓存。 此缓存可能会对加权流量分配产生影响。当客户端和递归 DNS 服务器的数量很大时,流量分配会按预期进行。但是,当客户端或递归 DNS 服务器的数量较少时,缓存可能会严重影响流量分布。

更多关于加权流量路由方法,请引用link .

顺便说一句,这些 DNS 缓存效果对于所有基于 DNS 的流量路由系统都很常见,而不仅仅是 Azure 流量管理器。

关于azure - 流量管理器权重路由方法似乎效果不太好,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42572210/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com