envoyproxy/envoy

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

Open

#15 283 ouverte le 3 mars 2021

Voir sur GitHub
 (13 commentaires) (4 réactions) (0 assignés)C++ (5 373 forks)batch import
area/adminhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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 ?

Guide contributeur