envoyproxy / envoyproxy/gateway

Support for Backend priorities beyond active/passive levels

オープン
#5,442 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
area/api help wanted kind/feature
主要言語
Go
スター
3k
フォーク
864
平均マージ
2日 2時間
マージ済み PR(30日)
140

説明

*Description*:
Currently, Envoy Gateway supports two levels of backend priorities: active and passive. While this is sufficient for basic use cases, it limits more advanced traffic management scenarios for GenAI traffic where multiple levels of backend priorities are required for multiple regions, model providers, on-demand and provisioned throughput with different context length.

For multi-region deployment, we want to prioritize backends in following orders to achieve higher SLO target.
- us-east-1
- us-east-2
- us-west-2

For on-demand, provisioned throughput deployment, we want to prioritize backends in following orders based on the capacity.
- PT with small context length
- PT with large context length
- on-demand endpoint

Extend the envoy gateway configuration to support multiple backend priority levels which can be achieved by introducing the priority field in the backend configuration, allowing users to specify a numerical priority level.

[optional *Relevant Links*:]
https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/priority
https://github.com/envoyproxy/ai-gateway/issues/34

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。