# Workers VPC Connect Cloudflare Worker's Virtual Private Cloud to your private clouds to build cross-cloud apps. > Links below point directly to Markdown versions of each page. Any page can also be retrieved as Markdown by sending an `Accept: text/markdown` header to the page's URL without the `index.md` suffix (for example, `curl -H "Accept: text/markdown" https://cloudflaredoc.ubitools.com/workers-vpc/`). > > For other Cloudflare products, see the [Cloudflare documentation directory](https://cloudflaredoc.ubitools.com/llms.txt). ## Overview - [Cloudflare Workers VPC](https://cloudflaredoc.ubitools.com/workers-vpc/index.md): 安全地将私有云连接到 Cloudflare,以构建跨云应用程序。 ## 开始使用 - [开始使用](https://cloudflaredoc.ubitools.com/workers-vpc/get-started/index.md): 创建您的第一个 Workers VPC 服务并将 Worker 连接到您的私有网络。 ## Workers 绑定 API - [Workers 绑定 API](https://cloudflaredoc.ubitools.com/workers-vpc/api/index.md): Workers 中 VPC 服务和 VPC 网络绑定的 API 参考。 ## configuration - [Cloudflare Tunnel](https://cloudflaredoc.ubitools.com/workers-vpc/configuration/tunnel/index.md): 设置 Cloudflare Tunnel 以将您的私有网络连接到 Workers VPC。 - [硬件要求](https://cloudflaredoc.ubitools.com/workers-vpc/configuration/tunnel/hardware-requirements/index.md): cloudflared 隧道主机的推荐 CPU、内存和扩展指南。 - [VPC 网络](https://cloudflaredoc.ubitools.com/workers-vpc/configuration/vpc-networks/index.md): 将 Workers 绑定到整个 Cloudflare Tunnel 或 Cloudflare Mesh,无需预先注册主机。 - [VPC Services](https://cloudflaredoc.ubitools.com/workers-vpc/configuration/vpc-services/index.md): 将私有网络资源注册为 Workers 可以通过 Cloudflare Tunnel 访问的 VPC Services。 - [使用 Terraform 进行配置](https://cloudflaredoc.ubitools.com/workers-vpc/configuration/vpc-services/terraform/index.md): 了解如何使用 Cloudflare Terraform 提供商管理 VPC Services。 ## examples - [将 Worker 连接到 Cloudflare Mesh](https://cloudflaredoc.ubitools.com/workers-vpc/examples/connect-to-cloudflare-mesh/index.md): 将 VPC Network 绑定与 Cloudflare Mesh 配合使用,从 Worker 访问私有服务。 - [访问私有 API 或网站](https://cloudflaredoc.ubitools.com/workers-vpc/examples/private-api/index.md): 使用 Workers VPC 从 Cloudflare Tunnel 后方的私有 REST API 获取数据。 - [连接到私有数据库](https://cloudflaredoc.ubitools.com/workers-vpc/examples/private-database/index.md) - [访问私有 S3 存储桶](https://cloudflaredoc.ubitools.com/workers-vpc/examples/private-s3-bucket/index.md): 使用 Workers VPC 从 Cloudflare Tunnel 后方的私有 S3 兼容存储桶中读取对象。 - [路由到 Worker 中的私有服务](https://cloudflaredoc.ubitools.com/workers-vpc/examples/route-across-private-services/index.md): 构建一个跨多个私有 VPC Service 进行路由和负载均衡的 Worker 网关。 ## reference - [限制](https://cloudflaredoc.ubitools.com/workers-vpc/reference/limits/index.md): VPC Services 的账户级限制以及适用的 Workers 请求限制。 - [定价](https://cloudflaredoc.ubitools.com/workers-vpc/reference/pricing/index.md): Workers VPC 定价详细信息和免费公测可用性。 - [故障排除与调试](https://cloudflaredoc.ubitools.com/workers-vpc/reference/troubleshooting/index.md): 调试 Workers VPC 连接错误、隧道问题和常见配置问题。 - [Wrangler 命令](https://cloudflaredoc.ubitools.com/workers-vpc/reference/wrangler-commands/index.md): 用于创建和管理 Workers VPC services 的 Wrangler CLI 命令。