Skip to content

Commit a045c22

Browse files
committed
Reword public vs private intro
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 24bdc89 commit a045c22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: blog/_posts/2024-12-09-quickstart-uplink.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ By default, each HTTP and TCP endpoint is kept private, and can only be accessed
4040

4141
This approach is ideal for managing customer endpoints or internal services that are hosted in private or hard to reach environments.
4242

43-
For hosting providers, like [inlets cloud](https://inlets.dev/cloud), additional features can be enabled to make the data plane for tunnels available on the public Internet.
43+
For hosting providers, where you want some or all of the tunnels to be publicly accessible, you can turn on the "data router" component and use Kubernetes Ingress or Istio to route traffic from your custom domains to the tunnel server.
44+
45+
When exposing tunnels to the Internet, you can create a new Ingress record for each domain, or use a wildcard domain so that a single Ingress record and TLS certificate can serve all tunnels. Learn more in: [Ingress for Tunnels](https://docs.inlets.dev/uplink/ingress-for-tunnels/).
46+
47+
Our [inlets cloud](https://inlets.dev/cloud) product is built on top of multiple inlets uplink installations in different regions around the world. Our UI makes use of the REST API (client-api) that's built into inlets uplink.
4448

4549
## Quick start
4650

0 commit comments

Comments
 (0)