Skip to content

Commit aa2d7cb

Browse files
[ZT] Publish Kubernetes app to Internet (#23020)
* k8 overview * edit overview * revise overview * update link * add diagram * delete old tutorial * update content type * add GKE, httpbin, and tunnel token steps * deploy cloudflared pods * tunnel route * refine steps * update link * define TUNNEL_TOKEN env variable * Update src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes.mdx Co-authored-by: marciocloudflare <[email protected]> * Update src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes.mdx Co-authored-by: marciocloudflare <[email protected]> * Update src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes.mdx Co-authored-by: marciocloudflare <[email protected]> --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent cc5260a commit aa2d7cb

File tree

7 files changed

+333
-227
lines changed

7 files changed

+333
-227
lines changed

public/__redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@
20042004
/cloudflare-one/connections/connect-networks/deploy-tunnels/tunnel-with-firewall/ /cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-with-firewall/ 301
20052005
/cloudflare-one/connections/connect-networks/deploy-tunnels/ /cloudflare-one/connections/connect-networks/get-started/ 301
20062006
/cloudflare-one/connections/connect-networks/monitor-tunnels/grafana/ /cloudflare-one/tutorials/grafana/ 301
2007-
/cloudflare-one/connections/connect-networks/use-cases/kubectl/ /cloudflare-one/tutorials/many-cfd-one-tunnel/ 301
2007+
/cloudflare-one/connections/connect-networks/use-cases/kubectl/ /cloudflare-one/connections/connect-networks/deployment-guides/kubernetes/ 301
20082008
/cloudflare-one/examples/ /cloudflare-one/api-terraform/ 301
20092009
/cloudflare-one/faq/tunnel/ /cloudflare-one/faq/cloudflare-tunnels-faq/ 301
20102010
/cloudflare-one/identity/devices/azure-ad/ /cloudflare-one/tutorials/azuread-conditional-access/ 301
@@ -2068,6 +2068,7 @@
20682068
/cloudflare-one/tutorials/credentials-only/ /cloudflare-one/connections/connect-networks/get-started/ 301
20692069
/cloudflare-one/tutorials/do-not-decrypt/ /cloudflare-one/policies/gateway/http-policies/common-policies/#skip-inspection-for-groups-of-applications 301
20702070
/cloudflare-one/tutorials/identity-dns/ /cloudflare-one/policies/gateway/dns-policies/common-policies/#restrict-access-to-specific-groups 301
2071+
/cloudflare-one/tutorials/many-cfd-one-tunnel/ /cloudflare-one/connections/connect-networks/deployment-guides/kubernetes/ 301
20712072
/cloudflare-one/tutorials/multi-origin/ /cloudflare-one/connections/connect-networks/get-started/ 301
20722073
/cloudflare-one/tutorials/review-gateway-block/ /cloudflare-one/analytics/logs/gateway-logs/ 301
20732074
/cloudflare-one/tutorials/require-swg/ /cloudflare-one/identity/devices/ 301
44.8 KB
Loading

src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/remote-tunnel-permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To get the token for a remotely-managed tunnel:
1717
<TabItem label="Dashboard">
1818
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Networks** > **Tunnels**.
1919
2. Select a `cloudflared` tunnel and select **Edit**.
20-
3. Copy `cloudflared` installation command.
20+
3. Copy the `cloudflared` installation command.
2121
4. Paste the installation command into any text editor. The token value is of the form `eyJhIjoiNWFiNGU5Z...`
2222

2323
</TabItem>

src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-availability/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@ This will output your tunnel UUID as well as two Connector IDs, one for each `cl
6969

7070
You can run the same tunnel across various `cloudflared` processes for up to 100 connections (25 replicas) per tunnel. Cloudflare Load Balancers and DNS records can still point to the tunnel and its UUID. Traffic will be sent to all `cloudflared` processes associated with the tunnel.
7171

72-
:::note[Deploy replicas with Kubernetes]
73-
74-
For information about running `cloudflared` instances in a Kubernetes deployment, refer to our guides for tunnels managed [remotely via the dashboard](/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes/) or [locally via the CLI](/cloudflare-one/tutorials/many-cfd-one-tunnel/).
75-
72+
:::note[Deploy replicas in Kubernetes]
73+
For information about running `cloudflared` in a Kubernetes deployment, refer to the [Kubernetes guide](/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes/).
7674
:::
7775

7876
## Cloudflare Load Balancers

0 commit comments

Comments
 (0)