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

KubeSpan segmentation #8364

Open
2 tasks
Tracked by #9249
smira opened this issue Feb 26, 2024 · 0 comments
Open
2 tasks
Tracked by #9249

KubeSpan segmentation #8364

smira opened this issue Feb 26, 2024 · 0 comments

Comments

@smira
Copy link
Member

smira commented Feb 26, 2024

Problem

KubeSpan allows to expand cluster across different regions, it allows to combine bare-metal and cloud machines in a single Talos Linux cluster in a transparent way.

KubeSpan creates a mesh Wireguard network, which means that each Talos machine establishes a tunnel to each other machine. For a cluster with N machines this means each machine has N-1 tunnels, so overall N*(N-1)/2 tunnels for a cluster. For a cluster of small size this isn’t a problem, and provides simple zero configuration solution, while for cluster with hundreds of machines this number is unreasonably high.

Summary

Split the Talos Linux cluster into segments, within each segment machines can talk to each other using native routing, while across the segments elected router machines will transport the traffic to other segments.

image

Tasks

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