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

Proposal: multi leader nodes in logical locations #96

Open
anjmao opened this issue Nov 29, 2020 · 0 comments
Open

Proposal: multi leader nodes in logical locations #96

anjmao opened this issue Nov 29, 2020 · 0 comments

Comments

@anjmao
Copy link

anjmao commented Nov 29, 2020

Hi, in my kilo fork I implemented such topology.

Screenshot 2020-11-29 at 16 49 22

Each nodes inside private VPC subnet can communicate with each other node without encryption and sets direct routes to all nodes outside of it's VPC via WireGuard.

Benefits:

  1. Traffic between private VPC nodes is not encrypted.
  2. No additional hop and encapsulation needed, should work with all CNI plugins.

Drawbacks:

  1. Each node must have public IP with opened port for WireGuard.
  2. Each node must know other clouds nodes (still better than full mesh).

@squat What is your opinion on such topology? If it make sense I could create PR with my changes.

@anjmao anjmao mentioned this issue Dec 11, 2020
2 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