Skip to content

Commit

Permalink
Update 03-special-environment-deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1473371932 authored Mar 3, 2025
1 parent c742954 commit 49479e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ rmdir /sys/fs/cgroup/memory/deepflow-agent

## agent 与 server 集群间网络受限需通过 lb 连接

当 deepflow-agent 需要经由外部负载均衡器访问 deepflow-server 时,需在 LB 上配置两个负载均衡监听器转发至 deepflow-server 的 NodePort Service(其中 30033 端口用于 agent 注册,30035 端口用于 agent 数据上报),并在 [agent-group-config](./../configuration/) 中添加 LB 的地址和端口。具体配置方法如下:
当 deepflow-agent 需要经由外部负载均衡器访问 deepflow-server 时,需在 LB 上配置两个负载均衡监听器转发至 deepflow-server 的 NodePort Service(其中 30033 端口用于 agent 注册,30035 端口用于 agent 数据上报),并在 [agent-group-config](./../configuration/agent/) 中添加 LB 的地址和端口。具体配置方法如下:

> 注:除网络隔离等特殊情况外,不建议使用 LB 接入方案。默认机制下,agent 会根据数据量自动选择 server 节点,实现动态负载均衡;而通过 LB 接入时,数据上报路径将受限于 LB 的负载策略,可能会导致 server 节点负载不均。

Expand Down

0 comments on commit 49479e8

Please sign in to comment.