Getting Started¶
This section covers everything you need to get the Cloudflare Tunnel Gateway Controller running in your Kubernetes cluster.
Overview¶
The controller enables routing traffic through Cloudflare Tunnel using standard Gateway API resources. Before installing, you need:
- A Kubernetes cluster with Gateway API CRDs installed
- A Cloudflare account with a pre-created Cloudflare Tunnel
- A Cloudflare API token with tunnel permissions
Sections¶
-
Prerequisites
Required components, Cloudflare Tunnel creation, and API token setup.
-
Installation
Install the controller using Helm chart with all configuration options.
-
Quick Start
Create your first HTTPRoute and expose a service through Cloudflare Tunnel.
Next Steps¶
After completing the getting started guide:
- Learn about Configuration options
- Explore Gateway API features and examples
- Set up Monitoring for production deployments