Connect FluxGate to Your Entire Stack
High-Performance API Gateway for Microservices — pre-built connectors for the cloud platforms, observability tools, identity providers, and CI/CD pipelines you already use. Zero custom glue code required.
fluxgate integrations enable --provider aws-lambda --region us-east-1
fluxgate integrations enable --provider datadog --api-key <key>
fluxgate integrations enable --provider auth0 --domain acme.us.auth0.com
fluxgate integrations enable --provider github-actions --repo acme/platform
Cloud Providers
Deploy FluxGate as a managed service or self-hosted gateway on any major cloud. Native load-balancer integration, VPC peering, and service-mesh awareness out of the box.
Amazon Web Services
ECS · EKS · Lambda · ALB
Full integration with AWS Application Load Balancer, ECS task discovery, EKS Ingress Controller, and Lambda@Edge for edge caching. Supports IAM role assumption via OIDC federation.
Microsoft Azure
AKS · App Service · Front Door
Native AKS Gateway API implementation, Azure Front Door origin integration, and Managed Identity authentication. Private Link endpoints for zero-exposure deployments.
Google Cloud Platform
GKE · Cloud Run · Cloud Load Balancing
GKE Gateway API controller with automatic certificate provisioning via cert-manager. Cloud Run service discovery and GCP Load Balancing backend integration.
Oracle Cloud Infrastructure
OKE · OCI Load Balancer
OKE-native deployment with OCI Load Balancer integration. Dynamic routing rules and WAF policy propagation from OCI Network Firewall.
DigitalOcean
DOKS · Cloud Firewall · App Platform
DOKS ingress controller with Cloud Firewall rule sync. Automatic SSL termination via Let's Encrypt and App Platform routing integration.
IBM Cloud
IKS · API Connect · Cloud Foundry
IKS Gateway API support, IBM API Connect gateway extension, and Cloud Foundry route registration. IAM integration for enterprise SSO.
Monitoring & Observability
Stream metrics, logs, and distributed traces from every FluxGate node to the observability platform of your choice. Structured output with OpenTelemetry-native instrumentation.
Datadog
APM · Logs · Metrics
Automatic span injection for every proxied request. Custom dashboards for p99 latency, error budgets, and circuit-breaker state. Log forwarding with structured JSON parsing.
New Relic
Distributed Tracing · Infrastructure
Full trace context propagation across microservices. New Relic Infrastructure agent integration for node-level CPU, memory, and network metrics on FluxGate pods.
Grafana & Prometheus
OpenTelemetry · Prometheus Metrics
Built-in Prometheus /metrics endpoint exposing 120+ custom metrics. Grafana dashboards available via the community hub. OpenTelemetry collector sidecar for trace export.
Splunk
Observability Cloud · HEC
Heavy Forwarder-compatible log output. Splunk Observability Cloud integration for real-time alerting on rate-limit triggers, upstream failures, and anomalous traffic patterns.
Elastic Observability
APM · Logs · Metrics
Elastic APM agent for end-to-end transaction tracing. Logstash-compatible structured logs with automatic field extraction for request_id, upstream_host, and response_code.
Dynatrace
Davis Engine · PurePath
OneAgent-compatible instrumentation for automatic service mapping. PurePath traces through every FluxGate proxy hop with root-cause analysis for latency spikes.
Identity & Auth Providers
Enforce authentication and authorization at the gateway layer. FluxGate speaks OIDC, SAML, mTLS, and API-key patterns with every major identity platform.
Auth0
OIDC · Rules · Custom Domains
JWT validation with Auth0-issued tokens. Automatic audience and scope verification. User metadata injected as headers for downstream services. Supports Auth0 Management API for dynamic client registration.
Okta
OIDC · SAML 2.0 · OAuth 2.0
Okta-hosted authorization server integration. SAML assertion parsing for B2B partner flows. Session token introspection via Okta's introspection endpoint for stateless validation.
Keycloak
OIDC · SAML · Kerberos
Self-hosted Keycloak realm integration with automatic discovery via .well-known endpoints. Role-based access control mapping to FluxGate route policies. Supports Kerberos SPNEGO for on-prem legacy systems.
HashiCorp Vault
Secrets Engine · AppRole · PKI
Dynamic API key generation from Vault's KV secrets engine. mTLS certificate rotation via Vault PKI. AppRole authentication for service-to-service gateway communication.
AWS Cognito
User Pools · Identity Pools · Hosted UI
Cognito User Pool JWT validation with custom claim extraction. Identity Pool token exchange for federated access. Hosted UI integration for OAuth2 authorization code flow at the gateway.
Azure Active Directory
Entra ID · B2C · Managed Identity
Microsoft Entra ID (formerly Azure AD) OIDC and SAML integration. B2C custom policy support for consumer-facing APIs. Managed Identity for server-to-server authentication without credential management.
CI/CD & DevOps Tools
Automate gateway configuration changes through your existing pipelines. FluxGate configuration is infrastructure-as-code — versioned, reviewed, and deployed like everything else.
GitHub Actions
Reusable Workflows · OIDC
Official fluxgate-deploy action for zero-secret deployments via GitHub OIDC federation. Route configuration validation as a required status check in pull requests. Automatic canary promotion workflows.
GitLab CI/CD
Pipeline · Environments · Review Apps
GitLab CI integration with environment-aware gateway config. Review app routing via subdomain patterns. Automatic rollback on health-check failure post-deployment.
Argo CD
GitOps · Application Sets
Declarative FluxGate configuration via Argo CD Application resources. Sync-wave ordering ensures gateway routes are updated before backend deployments. Health check integration for deployment gating.
Jenkins
Pipeline · Shared Library
Jenkins shared library with fluxgate-configure step. Credential binding for FluxGate API tokens. Blue-green deployment orchestration with automatic traffic shifting and rollback.
Terraform
Provider · Modules
Official fluxgate terraform-provider for managing routes, rate limits, and upstream pools as Terraform resources. Community modules for AWS ALB, Azure Front Door, and GCP Cloud Load Balancing setups.
CircleCI
Orbs · Workflows
FluxGate orb for reusable deployment and configuration steps. Workflow-based approval gates for production route changes. Automatic config diff previews in CircleCI's UI.
Pulumi
Infrastructure as Code
Pulumi provider for FluxGate resources with TypeScript, Python, Go, and C# SDKs. Stack-based environment management with automatic resource tagging and state drift detection.
Harness
CD · Feature Flags
Harness CD integration for progressive delivery through FluxGate. Feature flag-driven routing with automatic percentage-based canary deployments. Automated rollback on error-rate thresholds.
Spinnaker
Pipeline · Canary
Spinnaker pipeline integration for multi-stage gateway deployments. Canary analysis using FluxGate metrics to drive automatic promotion or rollback decisions. Custom stages for route validation.
Why FluxGate Integrations Are Different
Every integration is maintained by the FluxGate core team or an official partner. No third-party plugins to audit, no version drift between your gateway and its connectors.
Zero-Custom-Code Setup
Enable any integration with a single CLI command or declarative config block. No custom middleware, no adapter libraries to maintain.
Unified Observability
All integrations report to a single internal metrics bus. Correlate auth failures from Okta with upstream timeouts from Datadog in one dashboard.
Hot-Reload Configuration
Change rate limits, toggle auth providers, or add new upstream routes without restarting gateway pods. Configuration propagates in under 200ms.
SemVer-Locked Connectors
Each integration pins to a specific API version of the target service. Upgrades are explicit and tested against FluxGate's compatibility matrix.
OpenTelemetry Everywhere
Every integration emits OpenTelemetry signals — traces, metrics, and logs — so you can switch observability backends without changing gateway config.
apiVersion: fluxgate.io/v1
kind: GatewayConfig
metadata:
name: production-gateway
spec:
integrations:
- provider: aws
type: ALB
region: us-east-1
autoDiscover: true
- provider: datadog
type: APM
apiKeyEnv: DD_API_KEY
sampleRate: 0.1
- provider: auth0
type: OIDC
domain: acme.us.auth0.com
audience: https://api.acme.com
claimsToHeaders:
- sub → x-user-id
- roles → x-user-roles
- provider: github-actions
type: OIDC
organization: acme-corp
allowedRepos:
- acme-corp/platform
- acme-corp/infrastructure
Trusted by Engineering Teams Worldwide
FluxGate powers the API infrastructure for companies processing billions of requests daily across every major cloud and observability platform.