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

[Serve] Feature request: support num_nodes for the Controller #4368

Open
HysunHe opened this issue Nov 15, 2024 · 0 comments
Open

[Serve] Feature request: support num_nodes for the Controller #4368

HysunHe opened this issue Nov 15, 2024 · 0 comments

Comments

@HysunHe
Copy link
Contributor

HysunHe commented Nov 15, 2024

Currently, the controller node is a sington, which may cause single point of failure.

Because the controller node has the function of proxying user requests to backend serving nodes besides its management role, the failure of it may cause the caller applications fail on calling the backend services.

Multiple controller nodes are useful.

If there are multiple controller nodes, even they are independent from each other, user can take the advantage of the high availability from them by, for example, employing load balancer or leveraging DNS round-robin functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant