Skip to content

Commit 776ee4a

Browse files
authored
Add links to Argo Tunnel related Tutorials under the Learning section (#498)
Co-authored-by: Nuno Diegues <[email protected]>
1 parent e87ac01 commit 776ee4a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

products/argo-tunnel/src/content/learning/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ order: 40
66

77
This section covers:
88
* [TryCloudflare](/learning/trycloudflare/), a tool that allows developers to experiment with Argo Tunnel without adding a site to Cloudflare's DNS.
9-
* [Kubernetes Sidecar Model](/learning/sidecar/), a way to run Argo Tunnel as a sidecar in a Kubernetes pod.
10-
* [Examples](/learning/examples/) of Argo Tunnel deployments.
9+
* [Examples](/learning/examples/) of Argo Tunnel deployments.
10+
* [Tutorials](/learning/tutorials/) for managing Argo Tunnel in more complex scenarios (including integrations with other Cloudflare One products such as Access for Teams).
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
order: 3
3+
---
4+
5+
# Tutorials
6+
7+
This page lists useful tutorials for running Argo Tunnels:
8+
* [Share a local development environment with a colleague](https://developers.cloudflare.com/cloudflare-one/tutorials/secure-origin-connections/share-new-site): a good entry-level tutorial for creating, routing and running a Named Argo Tunnel.
9+
* [Best practice to run Argo Tunnels without cert.pem](https://developers.cloudflare.com/cloudflare-one/tutorials/secure-origin-connections/credentials-only): recommended for administrators so that they create and route the Named Tunnels, and then allow their users to run those Tunnels without the `cert.pem` file.
10+
* [Serve multiple origins with a single Argo Tunnel](https://developers.cloudflare.com/cloudflare-one/tutorials/secure-origin-connections/multi-origin): explains in detail how to manage better your Argo Tunnels by having a single one with many origins being served.
11+
* [Run your Gitlab instance via Argo Tunnel](https://developers.cloudflare.com/cloudflare-one/tutorials/zero-trust-security/gitlab): the Argo Tunnel is used to serve both HTTP and SSH traffic to a Gitlab instance.

0 commit comments

Comments
 (0)