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

Standalone Gateways #1472

Open
muhamadazmy opened this issue Oct 5, 2023 · 1 comment
Open

Standalone Gateways #1472

muhamadazmy opened this issue Oct 5, 2023 · 1 comment

Comments

@muhamadazmy
Copy link
Member

Gateways is a built in feature of ZOS which allows users to create public gateways from the public internet to the private workloads of the user over wireguard or yggdrasil.

Benefits of using zos gateway primitive:

  • Integrated with the same ZOS api workload/deployment so no need to develop different APIs for it
  • Integrated with the billing system, consumption are reported as part of user consumption report
  • Most importantly, integration with the zos networking and user layout network, which allows the gateway to reach to the user private workloads.

If we have to build a standalone gateways that acts like this, it will need to re-implement huge parts of zos specially for the networking part. This is why i think the best course of action is to run entire zos node and limit it's support to only network+gateway workloads.

Gateways always also work as access points as well.

So from here we can tell we have only 2 paths:

  • Use ZOS for standalone gateways, you get everything for free.
  • Strip down the gateway with all supporting components, this is actually more work than it sounds to get everything right specially running the network workloads, and billing
  • Make zos installable on any system with say apt ?!

The other path is to make zos usable on other service providers, this still require some work to be able to deal with provided hardware (specially the networking) but in total that's still less work than separating the gateway part.

@despiegk
Copy link
Contributor

despiegk commented Nov 5, 2023

interesting idea, needs to run on top of e.g. ubuntu as well and we need to go to our 4.0 design with micropayments

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

No branches or pull requests

2 participants