Workers VPC - VPC Networks and Cloudflare Mesh support now in public beta
Key Points
- VPC Networks now in public beta for Workers
- Bind to Cloudflare Mesh and Tunnel networks without pre-registering hosts
- Access private services via fetch() with flexible IP and port routing
Summary
Cloudflare has released VPC Networks and Cloudflare Mesh support for Workers in public beta. This enhancement enables Workers to access any service in private networks without pre-registering individual hosts or ports.
Key Points
- VPC Network Bindings: Access any service in your private network by binding to a Cloudflare Tunnel (via
tunnel_id) or Cloudflare Mesh network (viacf1:network) - Flexible Configuration: Complements existing VPC Service bindings which are scoped to specific host/port combinations
- Runtime Access: Use
fetch()to route requests through the network to services at specified IP addresses and ports - Mesh Integration: Reach any Mesh node, client device, or subnet route in your account using the
cf1:networkbinding - Simple Setup: Configure bindings in
wrangler.jsoncorwrangler.tomlwith minimal configuration