Reference¶
Complete reference documentation for Pingora Gateway Controller.
Sections¶
-
Helm Chart
Complete Helm chart reference with all available values and options.
-
CRD Reference
Complete specification of the PingoraConfig Custom Resource Definition.
-
Security
Security considerations, best practices, and hardening guidelines.
Quick Links¶
API Versions¶
| Resource | API Version |
|---|---|
| PingoraConfig | pingora.k8s.lex.la/v1alpha1 |
| GatewayClass | gateway.networking.k8s.io/v1 |
| Gateway | gateway.networking.k8s.io/v1 |
| HTTPRoute | gateway.networking.k8s.io/v1 |
| GRPCRoute | gateway.networking.k8s.io/v1 |
Container Images¶
| Component | Image |
|---|---|
| Controller | ghcr.io/lexfrei/pingora-gateway-controller |
| Proxy | ghcr.io/lexfrei/pingora-proxy |
Default Ports¶
| Port | Purpose |
|---|---|
| 80 | HTTP traffic (proxy) |
| 50051 | gRPC (proxy) |
| 8080 | Metrics (controller) |
| 8081 | Health checks |
Next Steps¶
- Review Helm Chart configuration
- Check CRD Reference for custom resources
- Read Security best practices