You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes.mdx
+39-4Lines changed: 39 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ A pod represents an instance of a running process in the cluster. In this exampl
163
163
164
164
8. Instead of running the installation command, copy just the token value rather than the whole command. The token value is of the form `eyJhIjoiNWFiNGU5Z...` You will need the token for the Kubernetes manifest file.
165
165
166
-
Leave this browser tab open while we finish up the Kubernetes deployment.
166
+
Leave the Cloudflare Tunnel browser tab open while we focus on the Kubernetes deployment.
167
167
168
168
## 4. Store the tunnel token
169
169
@@ -303,8 +303,43 @@ Create a [Kubernetes secret](https://kubernetes.io/docs/concepts/configuration/s
303
303
304
304
You should see two `cloudflared` pods and two `httpbin` pods with a `Running` status. If your `cloudflared` pods keep restarting, make sure that your `cloudflared`[parameters](/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/run-parameters/) are in the correct position relative to the `run` command.
You can also verify the connection status in the Zero Trust dashboard.
326
+
327
+
## 7. Add a tunnel route
328
+
329
+
Now that the tunnel is up and running, we can use the Zero Trust dashboard to route the httpbin service through the tunnel.
330
+
331
+
1. Switch to the browser tab where you were configuring Cloudflare Tunnel.
332
+
333
+
2. Go to the **Route tunnel** step and select the **Public hostnames** tab.
334
+
335
+
3. Enter a hostname for the application (for example, `httpbin.<your-domain>.com`).
336
+
337
+
4. Under **Service**, enter `http://httpbin-service`
338
+
339
+
5. Select **Complete setup**.
340
+
341
+
## 8. Test the connection
342
+
343
+
To test, open a new browser tab and go to `httpbin.<your-domain>.com`. You should see the httpbin homepage.
344
+
345
+
You can optionally [create an Access application](/cloudflare-one/applications/configure-apps/self-hosted-public-app/) to control who can access the service.
0 commit comments