Frequently Asked Questions

Open-source API gateway for microservices

fluxgatectl deploy --cluster us-east-1 --replicas 3
General

Licensing & Migration

Understand FluxGate's open-source model, enterprise add-ons, and how to move from Kong or Envoy.

Is FluxGate truly open-source?

Yes. The core routing engine, observability dashboard, and gRPC/HTTP/2 multiplexer are released under Apache 2.0. We only gate advanced rate-limiting algorithms and multi-cluster failover behind the FluxGate Enterprise license.

How do I migrate from Kong Enterprise?

Run `fluxgatectl migrate --source kong --config kong.yaml`. The CLI parses your declarative routes, transforms JWT/OIDC plugins into FluxGate's native policy engine, and outputs a ready-to-apply `fluxgate-stack.yaml`. Most teams complete zero-downtime cutover in under 4 hours.

Technical

Installation & Performance

Tuning for high-throughput clusters, sidecar deployment, and connection pooling.

Why is my P99 latency spiking above 120ms?

Check your `upstream_keepalive` and `worker_connections` in `fluxgate.conf`. The default pool is 256 connections. For clusters handling >50k RPS, increase to 1024 and enable `tcp_nodelay`. Also verify that your service mesh isn't double-terminating TLS.

Can I run FluxGate as a Kubernetes sidecar?

Absolutely. Use the `fluxgate-inject` mutating webhook with the `--proxy-mode sidecar` flag. It automatically discovers your pod's `CLUSTER_IP` and routes outbound traffic through local port 15001. Memory overhead averages 42MB per sidecar instance.

Billing

Plans & Volume Tiers

Transparent pricing for self-hosted and managed deployments.

What triggers the Enterprise license fee?

The OSS version is free indefinitely. You only pay when you enable the `enterprise` feature flag for distributed rate limiting, audit logging, or SSO integration. Pricing scales at $0.04 per million requests after the first 50M, with a $2,400 annual floor for support SLAs.

Do you offer credits for academic or non-profit use?

Yes. Universities and registered 501(c)(3) organizations receive a waived enterprise license and dedicated sandbox clusters. Submit a request through our portal with a valid `.edu` domain or IRS determination letter.

Support

Help & Community

Get unstuck with documentation, Slack, or priority engineering channels.

Where do I report bugs or request features?

Use our GitHub issue tracker with the `bug` or `enhancement` labels. For production incidents affecting >100 nodes, open a case in the customer portal. Our SRE team responds within 15 minutes for Tier-1 contracts.

Is there a community Slack or Discord?

Join `#fluxgate-general` and `#architectures` on our community Slack. Over 12,000 developers share routing configs, discuss eBPF integration, and troubleshoot TLS termination edge cases daily.

Still have questions about your deployment?

Our solutions engineers can audit your current routing architecture and provide a custom migration timeline.

Contact Sales

Explore deployment guides, policy syntax references, and performance benchmarks.

Read Documentation