Skip to content

Commit 82a04df

Browse files
committed
fix urls due to changes in cloudflare-one docs structure
1 parent 9f434db commit 82a04df

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

src/content/docs/workers-vpc/configuration/tunnel/hardware-requirements.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ import { TunnelCalculator } from "~/components";
1111

1212
For production use cases, we recommend the following baseline configuration:
1313

14-
- Run a cloudflared replica on two dedicated host machines per network location. Using two hosts enables server-side redundancy. See [tunnel availability and replicas](/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-availability/) for setup instructions.
14+
- Run a cloudflared replica on two dedicated host machines per network location. Using two hosts enables server-side redundancy. See [tunnel availability and replicas](/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/tunnel-availability/) for setup instructions.
1515
- Size each host with minimum 4GB of RAM and 4 CPU cores.
1616

1717
This setup is usually sufficient to handle traffic from small-medium sized applications. The actual amount of resources used by cloudflared will depend on many variables, including the number of requests per second, bandwidth, network path, and hardware. If usage increases beyond your existing tunnel capacity, you can scale your tunnel by increasing the hardware allocated to the cloudflared hosts.
1818

1919
## Capacity calculator
2020

21-
To estimate tunnel capacity requirements for your deployment, refer to the [tunnel capacity calculator in the Zero Trust documentation](/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-availability/system-requirements/).
21+
To estimate tunnel capacity requirements for your deployment, refer to the [tunnel capacity calculator in the Zero Trust documentation](/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/tunnel-availability/system-requirements/).
2222

2323
## Scaling considerations
2424

src/content/docs/workers-vpc/configuration/tunnel/index.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When you create a VPC Service, you specify a tunnel ID and target service. Worke
1414
The tunnel maintains persistent connections to Cloudflare, eliminating the need for inbound firewall rules or public IP addresses.
1515

1616
:::note
17-
This section provides tunnel configuration specific to Workers VPC use cases. For comprehensive tunnel documentation including monitoring and advanced configurations, refer to the [full Cloudflare Tunnel documentation](/cloudflare-one/connections/connect-networks/).
17+
This section provides tunnel configuration specific to Workers VPC use cases. For comprehensive tunnel documentation including monitoring and advanced configurations, refer to the [full Cloudflare Tunnel documentation](/cloudflare-one/networks/connectors/cloudflare-tunnel/).
1818
:::
1919

2020
## Create and run tunnel (`cloudflared`)
@@ -28,7 +28,7 @@ Cloudflare Tunnels can be created one of two ways:
2828

2929
For Workers VPC, we recommend creating a remotely-managed tunnel through the dashboard. Follow the [Tunnels for Workers VPC dashboard setup guide](/workers-vpc/get-started/) to create your tunnel with provided installation commands shown in the dashboard.
3030

31-
For locally-managed tunnels, refer to the [`cloudflared` locally-managed tunnels](/cloudflare-one/connections/connect-networks/do-more-with-tunnels/local-management/) guide. For manual installation, refer to the [`cloudflared` downloads page](/cloudflare-one/connections/connect-networks/downloads/) for platform-specific installation instructions.
31+
For locally-managed tunnels, refer to the [`cloudflared` locally-managed tunnels](/cloudflare-one/networks/connectors/cloudflare-tunnel/do-more-with-tunnels/local-management/) guide. For manual installation, refer to the [`cloudflared` downloads page](/cloudflare-one/networks/connectors/cloudflare-tunnel/downloads/) for platform-specific installation instructions.
3232

3333
:::note[Important Note]
3434
Cloudflare Tunnels can either be configured for usage with [Cloudflare Zero Trust](/cloudflare-one/) or [Workers VPC](/workers-vpc/).
@@ -43,21 +43,21 @@ The same `cloudflared` instance can be used to cover both Zero Trust and Workers
4343

4444
:::note
4545

46-
[Ingress configurations](/cloudflare-one/connections/connect-networks/do-more-with-tunnels/local-management/configuration-file/) for locally-managed tunnels are only relevant when using tunnels to expose services to the public internet, and are not required for Workers VPC as routing is handled by the VPC Service configuration.
46+
[Ingress configurations](/cloudflare-one/networks/connectors/cloudflare-tunnel/do-more-with-tunnels/local-management/configuration-file/) for locally-managed tunnels are only relevant when using tunnels to expose services to the public internet, and are not required for Workers VPC as routing is handled by the VPC Service configuration.
4747

4848
:::
4949

5050
## Cloud platform setup guides
5151

5252
For platform-specific tunnel deployment instructions for production workloads:
5353

54-
- [AWS](/cloudflare-one/connections/connect-networks/deployment-guides/aws/) - Deploy tunnels in Amazon Web Services
55-
- [Azure](/cloudflare-one/connections/connect-networks/deployment-guides/azure/) - Deploy tunnels in Microsoft Azure
56-
- [Google Cloud](/cloudflare-one/connections/connect-networks/deployment-guides/google-cloud-platform/) - Deploy tunnels in Google Cloud Platform
57-
- [Kubernetes](/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes/) - Deploy tunnels in Kubernetes clusters
58-
- [Terraform](/cloudflare-one/connections/connect-networks/deployment-guides/terraform/) - Deploy tunnels using Infrastructure as Code
54+
- [AWS](/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/aws/) - Deploy tunnels in Amazon Web Services
55+
- [Azure](/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/azure/) - Deploy tunnels in Microsoft Azure
56+
- [Google Cloud](/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/google-cloud-platform/) - Deploy tunnels in Google Cloud Platform
57+
- [Kubernetes](/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/kubernetes/) - Deploy tunnels in Kubernetes clusters
58+
- [Terraform](/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/terraform/) - Deploy tunnels using Infrastructure as Code
5959

60-
Refer to the full Cloudflare Tunnel documentation on [how to setup Tunnels for high availability and failover with replicas](/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-availability/).
60+
Refer to the full Cloudflare Tunnel documentation on [how to setup Tunnels for high availability and failover with replicas](/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/tunnel-availability/).
6161

6262
:::note
6363
We do not recommend using `cloudflared` in autoscaling setups because downscaling (removing replicas) will break existing user connections to that replica. Additionally, `cloudflared` does not load balance across replicas; replicas are strictly for high availability and requests are routed to the nearest replica.
@@ -67,4 +67,4 @@ We do not recommend using `cloudflared` in autoscaling setups because downscalin
6767

6868
- Configure [VPC Services](/workers-vpc/configuration/vpc-services/) to connect your tunnels to Workers
6969
- Review [hardware requirements](/workers-vpc/configuration/tunnel/hardware-requirements/) for capacity planning
70-
- Review the [complete Cloudflare Tunnel documentation](/cloudflare-one/connections/connect-networks/) for advanced features
70+
- Review the [complete Cloudflare Tunnel documentation](/cloudflare-one/networks/connectors/cloudflare-tunnel/) for advanced features

src/content/docs/workers-vpc/get-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Once your tunnel is connected, you will need to ensure it can access your the se
8787
:::note
8888
This guide provides a quick setup for Workers VPC.
8989

90-
For comprehensive tunnel configuration, monitoring, and management, refer to the [full Cloudflare Tunnel documentation](/cloudflare-one/connections/connect-networks/).
90+
For comprehensive tunnel configuration, monitoring, and management, refer to the [full Cloudflare Tunnel documentation](/cloudflare-one/networks/connectors/cloudflare-tunnel/).
9191
:::
9292

9393
## 3. Create a VPC Service
@@ -221,5 +221,5 @@ Your Worker is now deployed and can access your private network resources secure
221221

222222
- Explore [configuration options](/workers-vpc/configuration/) for advanced setups
223223
- Set up [high availability tunnels](/workers-vpc/configuration/tunnel/hardware-requirements/) for production
224-
- View [platform-specific guides](/cloudflare-one/connections/connect-networks/deployment-guides/) for AWS, Azure, GCP, and Kubernetes
224+
- View [platform-specific guides](/cloudflare-one/networks/connectors/cloudflare-tunnel/deployment-guides/) for AWS, Azure, GCP, and Kubernetes
225225
- Check out [examples](/workers-vpc/examples/) for common use cases

src/content/docs/workers-vpc/index.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Securely connect your private cloud to Cloudflare to build cross-cloud apps.
2828

2929
Workers VPC allows you to connect your Workers to your private APIs and services in external clouds (AWS, Azure, GCP, on-premise, etc.) that are not accessible from the public Internet.
3030

31-
With Workers VPC, you can configure a [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) to establish secure, private connections from your private networks to Cloudflare. Then, you can configure a [VPC Service](/workers-vpc/configuration/vpc-services/) for each service in the external private network you need to connect to, and use [VPC Service bindings](/workers-vpc/api/) to connect from Workers.
31+
With Workers VPC, you can configure a [Cloudflare Tunnel](/cloudflare-one/networks/connectors/cloudflare-tunnel/) to establish secure, private connections from your private networks to Cloudflare. Then, you can configure a [VPC Service](/workers-vpc/configuration/vpc-services/) for each service in the external private network you need to connect to, and use [VPC Service bindings](/workers-vpc/api/) to connect from Workers.
3232

3333
:::note
3434

@@ -46,13 +46,14 @@ export default {
4646
"http://internal-api.company.local/data",
4747
);
4848

49-
// Process the response from your private network
50-
const data = await response.json();
49+
// Process the response from your private network
50+
const data = await response.json();
51+
52+
return new Response(JSON.stringify(data), {
53+
headers: { "content-type": "application/json" },
54+
});
55+
},
5156

52-
return new Response(JSON.stringify(data), {
53-
headers: { "content-type": "application/json" },
54-
});
55-
},
5657
};
5758

5859
````

0 commit comments

Comments
 (0)