envoyproxy/envoy

Load balance long-lived connections upon auto scale-out or scale-in of Envoy

Open

#15,283 创建于 2021年3月3日

在 GitHub 查看
 (13 评论) (4 反应) (0 负责人)C++ (5,373 fork)batch import
area/adminhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Consider a scenario where there is auto scale-out of Envoy. In such a situation, I would actually like to drain few connections from an old instance and transfer that load to the newly scaled-out instance. Currently, I cannot find a way to drain a certain amount of connections an Envoy instance handles.

Would it be possible to have some sort of configuration where we could set the percentage of connections to drain based on certain parameters like number of connections per envoy instance or the total number of connections ?

贡献者指南