oakestra / oakestra-net

Networking component of Oakestra
Apache License 2.0
6 stars 8 forks source link

Enable external connectivity to the Oakestra network #154

Open smnzlnsk opened 9 months ago

smnzlnsk commented 9 months ago

Short

The current platform does not allow for external entities to connect to services deployed inside a Oakestra cluster. Implementing a gateway component that enables this could fix this.

Proposal

Extend the net-manager to deploy gateways as needed, when a developer requests the exposure of a service to the outside network. This gateway would setup a direct connection to the service in question, exposing it on a port of its public IP address.

Ratio

Allows for external developers/services/servers to connect to the service inside Oakestra

Impact

all

Status

testing

Checklist