Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support high availability of gateway server for production users #760

Open
Jeffwan opened this issue Feb 27, 2025 · 1 comment
Open

Support high availability of gateway server for production users #760

Jeffwan opened this issue Feb 27, 2025 · 1 comment
Labels
area/gateway area/stability kind/feature Categorizes issue or PR as related to a new feature.

Comments

@Jeffwan
Copy link
Collaborator

Jeffwan commented Feb 27, 2025

🚀 Feature Description and Motivation

Envoy gateway is the most important data plane component in AIBrix, to ensure high availability (HA) for Envoy Gateway with an external process, we need to implement best practices for resiliency, fault tolerance, and load distribution in Kubernetes.

There're few things missing

  • PDB: Consider to leverage PDB to prevent all envoy instances from being drained simultaneously.
  • Probs: Ensure instances are only routed traffic when healthy.
  • Node Spreading: Distribute instances across different nodes to avoid single-node failures.
  • Graceful Shutdown Handling: Ensure external process exits cleanly during pod restarts or termination.

/cc @gaocegege mentioned this requirement earlier. I think we at least need to improve the setting first. stateful sync up could be a separate issue.

Use Case

HA setup for router

Proposed Solution

No response

@Jeffwan Jeffwan added area/gateway kind/feature Categorizes issue or PR as related to a new feature. area/stability labels Feb 27, 2025
@jolfr
Copy link
Contributor

jolfr commented Mar 1, 2025

@Jeffwan would also be nice to be able to schedule gateway (and control plane) on separate nodes from core GPU nodes running the vLLM pods because gateway workloads are largely static while GPU workloads may be dynamic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gateway area/stability kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants