Skip to content

Commit

Permalink
Add link to REST API
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 9, 2024
1 parent 69b99c7 commit dd183b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion blog/_posts/2024-12-09-quickstart-uplink.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ Try a command such as `CREATE database websites (url TEXT)`, `\dt` or `\l`.
### Create a TCP tunnel using the REST API
You can view the reference documentation for the REST API for Inlets Uplink here: [REST API](https://docs.inlets.dev/uplink/rest-api/)
This example will tunnel a private Kubernetes cluster to your management cluster for administration or automation through tools such as kubectl, ArgoCD, Helm, Flux, or your own Kubernetes operators.
If you don't use Kubernetes, you can still try out the commands, then delete the tunnel without connecting to it.
Expand Down Expand Up @@ -468,7 +470,8 @@ Would you like a demo, or to speak to our team? [Reach out here for a meeting](h
See also:
* [Inlets Uplink docs](https://docs.inlets.dev/uplink/)
* [Inlets Uplink documentation](https://docs.inlets.dev/uplink/)
* [Inlets Uplink REST API](https://docs.inlets.dev/uplink/rest-api/)
* [Monitor Inlets Uplink tunnels](https://docs.inlets.dev/uplink/monitoring-tunnels/)
* [Expose a Kubernetes API Server via inlets](https://docs.inlets.dev/tutorial/kubernetes-api-server/)
* [Expose Inlets Uplink tunnels publicly for Ingress](https://docs.inlets.dev/uplink/ingress-for-tunnels/)
Expand Down

0 comments on commit dd183b4

Please sign in to comment.