Skip to content

Support high availability of gateway server for production users #760

@Jeffwan

Description

@Jeffwan

🚀 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions