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

Design architecture for multi-node control plane #20

Open
Gerrit91 opened this issue Jan 16, 2025 · 1 comment
Open

Design architecture for multi-node control plane #20

Gerrit91 opened this issue Jan 16, 2025 · 1 comment

Comments

@Gerrit91
Copy link
Contributor

Right now we expose the kube-apiserver through BGP by adding a static IP address from metal-stack to the machine's lo interface.

This is not suitable for production setups as soon as there are multiple control plane nodes because traffic will be equally distributed across these nodes. A node which is misbehaving will receive network traffic anyway and hence some requests will fail.

@Gerrit91
Copy link
Contributor Author

An idea could be to utilizing tools like https://kube-vip.io/.

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