Skip to main content

Gateway API Management Platform

Manage Gateway API
without the YAML

The UI-driven platform for managing Kubernetes Gateway API resources with approval workflows, AI-powered reviews, and enterprise security.

Powered by

Envoy GatewayKubernetes Gateway API
FastGateway route management interface

Built for teams that
take their gateway seriously

Deep-dive into each capability with detailed configuration options

Traffic Management

Route traffic with precision

Configure HTTP and gRPC routing rules through an intuitive interface. Define matching, splitting, mirroring, and resilience policies without writing YAML.

  • Path, header, method, and query parameter matching
  • gRPC service and method routing
  • Traffic splitting for canary and blue-green deployments
  • Load balancing (RoundRobin, Random, LeastRequest, ConsistentHash)
  • Failover with primary and fallback backends
  • Request mirroring for shadow traffic
  • Circuit breaker, retries, and timeouts
  • Rate limiting with per-client selectors
Traffic Management screenshot

Security

Defense in depth, built in

Apply layered security policies per domain, per route, or per client. From WAF rules to SSO integration — all managed visually.

  • WAF with Coraza (block/detect modes, anomaly scoring)
  • SSO/OIDC login with domain and email restrictions
  • External authorization (HTTP and gRPC)
  • API key and JWT authentication
  • mTLS with CA certificates and SAN validation
  • IP allowlisting (direct and via clients)
  • CORS configuration
  • Per-client security policies
Security screenshot

Extensibility

Customize every request

Transform requests and responses with built-in policies or write custom logic with Lua and WebAssembly.

  • Lua scripting (inline or external reference)
  • WebAssembly modules (HTTP or container image)
  • Request/response header modification
  • URL rewriting and HTTP redirects
  • Fault injection for chaos testing
  • Compression (Gzip, Brotli, Zstd)
  • Response overrides and direct responses
  • Request buffering and connection tuning
Extensibility screenshot

Users, Teams & Governance

Control at every level

Manage users and teams, organize resources by project, assign custom permission presets, and enforce approval workflows with full audit trails.

  • User management with role assignment and enable/disable
  • Team management with email invitations
  • Custom RBAC with permission presets per team
  • Multi-stage approval workflows for routes and clients
  • Audit logging with export and retention policies
  • Project and domain tagging with custom labels
  • SSO/OIDC for team onboarding
Users, Teams & Governance screenshot

Route History & Rollback

Never lose a configuration

Track every change to your routes with full version history. Compare revisions side by side and roll back to any previous version with a single click.

  • Full version history for every route change
  • Side-by-side revision comparison
  • One-click rollback to any previous version
  • Change attribution with user and timestamp
  • Rollback protection with approval workflow integration
Route History & Rollback screenshot

AI-Powered Intelligence

AI that understands your gateway

Generate routes from natural language, get AI-powered security reviews of your configurations, and use contextual chat for guidance.

  • AI route generation from natural language
  • AI security and configuration review
  • Contextual AI chat for route and domain guidance
  • Support for major AI providers or self-managed models
  • Manifest import with AI-assisted validation
AI-Powered Intelligence screenshot

Multi-Cluster & API

Scale across clusters

Manage gateway configurations across multiple Kubernetes clusters from a single interface. Automate through API tokens and integrate with your internal developer platform.

  • Manage multiple Kubernetes clusters
  • Project-based multi-tenancy
  • Personal API tokens with expiration tracking
  • Domain templates for reusable gateway configs
  • TLS termination, passthrough, and HTTP/3 support
Multi-Cluster & API screenshot
Free Tool

Build Gateway API routes visually

Don't want to deploy the full platform? Use our free Route Builder to design Kubernetes Gateway API resources through a visual interface and export valid YAML — no installation, no sign-up.

  • Build HTTPRoute, Gateway, and GatewayClass resources visually
  • Configure path matching, header routing, and traffic splitting
  • Export ready-to-apply YAML for any Gateway API implementation
Open Route Builder
routebuilder.fastgateway.dev
HTTPRoute
path:/api/v1/*
backend:my-service:8080
weight:100
apiVersion: gateway.networking.k8s.io/v1kind: HTTPRoutemetadata: name: my-route

Up and running in minutes

Deploy FastGateway to your Kubernetes cluster with Helm. Requires Kubernetes 1.24+ and Envoy Gateway.

1Add Helm Repository
helm repo add fastgateway https://charts.fastgateway.dev
helm repo update
2Install FastGateway
helm install fastgateway fastgateway/fastgateway \
-n fastgateway-system \
--create-namespace
3Access the Console
kubectl port-forward svc/fastgateway-frontend 3001:3001 \
-n fastgateway-system

# Open http://localhost:3001
# Default username: admin