Getting Started¶
This section covers everything you need to get the Pingora Gateway Controller running in your Kubernetes cluster.
Overview¶
The controller implements the Gateway API for a Pingora-based reverse proxy. Before installing, you need:
- A Kubernetes cluster with Gateway API CRDs installed
- Helm 3.x for installation (recommended)
- Network connectivity between controller and backend services
Sections¶
-
Prerequisites
Required components, Kubernetes version, and Gateway API CRDs setup.
-
Installation
Install the controller and proxy using Helm chart with all configuration options.
-
Quick Start
Create your first HTTPRoute and expose a service through Pingora proxy.
Next Steps¶
After completing the getting started guide:
- Learn about Configuration options
- Explore Gateway API features and examples
- Set up Monitoring for production deployments