defenseunicorns / uds-core

A secure runtime platform for mission-critical capabilities
https://uds.defenseunicorns.com
Apache License 2.0
45 stars 19 forks source link

Document/examples for additional ingress gateways / non-HTTP traffic #748

Open mjnagel opened 3 weeks ago

mjnagel commented 3 weeks ago

UDS Core and the UDS Operator out of the box only support HTTP traffic. In some scenarios it may be necessary/desirable to expose a non-HTTP service through gateways.

To do this an end user needs to:

One example of this is Gitlab/SSH:

We would like to provide a doc explaining how to do this (separate zarf package with these pieces most likely) and potentially an example of what this would look like. We should also add a warning about why this is not directly enabled in Core and should only be used if required. Primary reasons include:

mjnagel commented 1 week ago

This may also help with https://github.com/defenseunicorns/uds-core/issues/785