Updated 17 April 2026
Kong API Gateway Pricing 2026: Konnect, Enterprise, and OSS Cost Breakdown
Kong offers three distinct products at three very different price points. Kong Gateway OSS is free and open source. Kong Konnect is a SaaS control plane starting at $105/service/month plus per-request fees. Kong Enterprise is a self-hosted license typically costing $50,000 to $200,000+/year at production scale. Here is what each actually costs and when each makes sense.
Quick Verdict
Kong is the enterprise-grade gateway. Konnect SaaS starts at $105/service/month plus $34.25/million requests. OSS is free but engineering-heavy (16-24 hours/month). Enterprise is custom pricing, typically $50,000+/year committed. Kong wins on multi-cloud flexibility, plugin ecosystem (300+ plugins), and Kubernetes integration. It loses on cost vs AWS HTTP API at low to medium volumes and vs Cloudflare at any volume.
The Three Kong Products
Kong Gateway OSS
$0 license
Open source under Apache 2.0. Self-host on any infrastructure. 300+ community plugins. No dashboard or analytics included. Requires PostgreSQL or Cassandra for cluster state. Engineering-heavy to operate.
Infrastructure cost: $200-500/month. Engineering: 16-24 hrs/month.
Kong Konnect
$105/service/mo + $34.25/M req
SaaS control plane with self-hosted or Cloudflare-hosted data plane. Includes analytics, RBAC, developer portal, multi-region. Free tier: 1M requests/month, up to 5 services. Konnect Plus requires commitment.
Best for: teams wanting managed control plane + plugin richness.
Kong Enterprise
$3k-$15k/node/year
Fully self-hosted. Adds enterprise dashboard, advanced RBAC, secrets management, audit logging, FIPS compliance, and professional support. Requires on-premises or private cloud. License negotiated directly with Kong, Inc.
Typical all-in: $50k-$200k/year for 4-node HA setup.
Kong Konnect: Detailed Pricing
Konnect's pricing has two dimensions: a per-service base fee and a per-million-request consumption charge. A "service" in Konnect is one configured upstream backend, typically corresponding to one microservice or API. The service count drives a fixed monthly cost regardless of traffic.
| Scenario | Services cost | Requests cost | Total/month | AWS HTTP API equivalent |
|---|---|---|---|---|
| 5 services, 10M req/mo | $525 | $342.50 | $867.50 | $19.54 |
| 10 services, 50M req/mo | $1,050 | $1,712.50 | $2,762.50 | $97.68 |
| 20 services, 100M req/mo | $2,100 | $3,425 | $5,525 | $195.37 |
| 50 services, 500M req/mo | $5,250 | $17,125 | $22,375 | $946.84 |
AWS HTTP API comparison includes request fees and data transfer at 10 KB average payload. Kong Konnect does not charge separately for data transfer (traffic flows through your own data plane). Source: konghq.com/pricing, April 2026.
Kong Enterprise: Self-Hosted Cost Modelling
Kong Enterprise is a traditional enterprise software license. You pay Kong, Inc. a per-node per-year fee and run the software on your own infrastructure. This gives you full control and data sovereignty but requires significant operational investment.
Minimum Production HA Setup (4 nodes)
What Enterprise adds over OSS
- Kong Manager GUI (dashboard with RBAC)
- Admin API RBAC (role-based access control)
- Secrets management (HashiCorp Vault, AWS Secrets Manager integration)
- Audit logging (who changed what and when)
- FIPS 140-2 compliance mode
- OPA (Open Policy Agent) plugin
- Professional support SLA (4 hr response for critical issues)
- Upgrade assistance
Kong OSS: True Cost of Free
Kong Gateway OSS has zero license cost but is not free to operate. The hidden cost is engineering time. Without the Enterprise dashboard, all configuration goes through the Admin API or declarative config files. Without built-in analytics, you need to instrument your own observability stack. Many teams underestimate this overhead.
Infrastructure
2x data plane (c5.large): $140/month. PostgreSQL RDS (db.t3.small): $60/month. Load balancer: $18/month. Total: ~$218/month.
Engineering time
Initial setup: 40-80 hours. Ongoing: 16-24 hours/month for upgrades, plugin debugging, performance tuning, config management. At $100/hr: $1,600-$2,400/month ongoing.
Observability add-ons
Prometheus + Grafana (self-hosted): ~$50/month infra. Or commercial monitoring tool. See MonitoringCost.com for a breakdown.
For a team with an experienced platform engineer already on staff who would otherwise be idle, Kong OSS is genuinely cheap. For a team that needs to hire specifically to manage it, the fully-loaded cost easily exceeds Konnect. See the self-hosted vs managed cost analysis for a detailed framework.
Kong vs AWS API Gateway: Head-to-Head
| Dimension | Kong Konnect | AWS API Gateway |
|---|---|---|
| Cost at 10M req/month (10 services) | $867.50/mo | $19.54/mo |
| Cost at 500M req/month | Enterprise negotiated | $946.84/mo |
| Plugin ecosystem | 300+ community plugins | Lambda custom authorizers only |
| Multi-cloud support | Yes (any cloud/on-prem) | AWS-only native |
| gRPC support | Yes (native) | No native support |
| Kubernetes native | Kong Ingress Controller (KIC) | Requires ALB Ingress Controller |
| Developer portal | Included (Konnect) | Not included |
| Lock-in | Low (export config, self-host OSS) | High (AWS proprietary) |
| Operations burden | Medium (control plane managed) | Low (fully managed) |
Kong vs Other Providers
Kong vs Cloudflare
Cloudflare wins on cost and edge performance. Kong wins on plugin richness, gRPC support, Kubernetes integration, and multi-cloud deployment. For a cost-sensitive team with REST APIs, Cloudflare is usually better. For a platform team running complex multi-protocol APIs across on-prem and cloud, Kong wins. See Cloudflare pricing.
Kong vs Apigee
Both are enterprise-grade. Apigee wins on API monetization, developer portal polish, and Google Cloud integration. Kong wins on plugin ecosystem, self-hosting flexibility, and Kubernetes nativity. Apigee Standard at $500/month competes with Konnect at medium service counts. See Apigee pricing.
Kong vs Tyk
Tyk is a direct Kong OSS competitor. Tyk OSS is also free and open source. Tyk Gateway has a Go-native codebase (Kong is Lua/Nginx-based) which some teams prefer. Tyk Enterprise pricing is similar to Kong Enterprise. Plugin ecosystem and community size both favor Kong significantly.
Kong vs Traefik Hub
Traefik Hub is purpose-built for Kubernetes and is cheaper than Kong Konnect for small service counts ($35/service/month vs $105). For teams running 3-10 services on Kubernetes, Traefik is worth evaluating. Kong wins at 20+ services and multi-cloud scenarios. See the full provider comparison.
When Kong is the Right Choice
Kong wins when
- Multi-cloud or hybrid cloud with no single-provider dependency
- Regulated industry requiring self-hosted data plane (HIPAA, FedRAMP, PCI)
- Team has existing PostgreSQL and DevOps maturity
- gRPC-heavy workloads requiring native protocol support
- Large service mesh with 50+ services needing rich plugin ecosystem
- Kubernetes-native deployments using Kong Ingress Controller
Kong loses when
- Single-cloud workload (AWS API Gateway is simpler and cheaper)
- Small team without dedicated platform engineering capacity
- Cost-sensitive startup at low to medium volume
- Serverless Lambda-centric architecture (AWS API Gateway is native)
- Simple public REST API without advanced routing or plugin needs