KrakenD is a simple-to-use Enterprise-grade API Gateway built to accelerate your microservices adoption, provide better response times, and reduce the bandwidth consumed. KrakenD aggregates, filters, and manipulates data (Backend for Frontend) from multiple and heterogeneous APIs and non-API services. It provides a single API to your products (web, mobile apps, devices, services) with only the needed data.
KrakenD scales linearly without any problem thanks to its stateless design. It also secures, throttles, caches, and monitors your underlying services. Some of the features are rate-limiting, authorization, load-balancing, proxy, monitoring, tracing, multi-protocol, automatic decoding, and many other features.
Highlights
Ultra-high-speed of processing: +70.000K requests per second by one single instance.
Lower operational costs: high-performance results in lower resource consumption, allowing you to save costs.
True linear scalability: a stateless design that prevents a Single Point of Failure and avoids coordination or centralized configuration persistence.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator to estimate your infrastructure costs.
If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier for more details.
You pay by the hour for a ready-to-run virtual machine with the software pre-installed. The single pricing structure is the hourly software rate, which changes based on the EC2 instance type you choose. Instance types span the t2, t3, m3, m4, m5, c3, c4, and c5 families, ranging from small sizes like nano and micro up to larger sizes like 18xlarge. Larger instances carry higher hourly rates because they provide more compute and memory. You add standard AWS infrastructure charges on top. There is no upfront commitment, and you can stop billing by stopping the instance.
Top-of-mind questions for buyers
What software cost applies to run the Community Edition, and what does the hourly rate cover?
KrakenD Community Edition is open source under the Apache 2.0 license, so the software itself carries no license cost. You pay for the pre-configured virtual machine by the hour, plus the underlying AWS infrastructure charges for the EC2 instance you run.
Am I charged when I stop the instance?
The hourly rate meters running time on the EC2 instance. When you stop the instance, software billing stops. Stopped instances may still incur AWS storage fees for attached volumes, but the hourly software rate applies only while the instance runs.
Does a larger instance type add features, or only more compute capacity?
Instance type changes the compute and memory you get, not the feature set. KrakenD runs on minimal resources and stays stateless with no database. Larger instances handle higher throughput and burst traffic, since your hardware sets the limits on endpoints and parallel queries.
www.krakend.io+1
Helpful?
Vendor refund policy
No refund available
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
This version of KrakenD is a ready-to-use AMI running the open-source version of KrakenD, and is NOT the KrakenD Enterprise version, and neither includes any of its support or service plans.
The open-source support options can be found in the URL: https://www.krakend.io/support/
Commercial support plans for the open-source version might be purchased separately.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Processes over 70,000 requests per second per single instance
API Data Aggregation and Transformation
Aggregates, filters, and manipulates data from multiple heterogeneous APIs and non-API services with Backend for Frontend capabilities
Rate Limiting and Traffic Control
Implements rate-limiting, throttling, and load-balancing mechanisms to control traffic and protect underlying services
Stateless Architecture
Utilizes stateless design enabling linear scalability without single points of failure or centralized configuration persistence
Multi-Protocol Support and Monitoring
Supports multiple protocols with automatic decoding, caching, monitoring, and distributed tracing capabilities
Unified Control Plane Management
Single management console to manage Kong Gateway, Kong AI Gateway, Kong Ingress Controller, and Kong Mesh across multiple deployments and zones
API Gateway Performance
World's fastest API gateway for managing API configuration and routing
Zero-Trust Security Implementation
Zero-trust security protocols with authentication policies, access management, and security event monitoring without increasing platform footprint
API Lifecycle Management
Complete API lifecycle management including service catalog, API discovery, consumption, reusability, and developer portal with documentation and endpoint testing
Observability and Analytics
Deep insights into service, route, and application usage with health monitoring data and operational insights across all managed components
API Lifecycle Management
Control the complete journey of APIs from design through deployment to retirement with comprehensive lifecycle management capabilities.
API Gateway and Microservices Support
Reliable and scalable gateway that enables microservices architecture with support for multiple protocols and legacy system integration.
API Security and Governance
Implementation of OAuth flows and international API security standards with configurable governance levels for different API exposure models (public, restricted, internal).
Sandbox and Testing Environment
Advanced API mocking capabilities in experimental sandbox environments for safe testing and innovation without affecting production systems.
Developer Portal and API Onboarding
Multi-gateway developer portal solution that simplifies API discovery, onboarding, and consumption with low-code drag-and-drop interface for API design and publishing.
Flexible, Extensible KrakenD with Collaborative Support
Reviewed on Sep 03, 2026
Review provided by G2
What do you like best about the product?
The flexibility. We run a contract-first setup: our OpenAPI specs are the single source of truth, and a build step compiles them into KrakenD configuration. Not a single line of our gateway config is written by hand, and KrakenD never fought us on that.
When we hit something the stock configuration could not express, the plugin system let us write our own Go plugins and drop them in. We have several running in production today. Being able to extend the gateway instead of working around it is the main reason we are still on it.
The support deserves its own paragraph, and I did not expect to be writing that. It has been genuinely collaborative: we ask a question, we get a real answer, and on the harder problems we worked through them together rather than being handed the tool and left to figure it out. On MCP in particular they acted on what we asked for and updated KrakenD to the recent MCP specs.
What do you dislike about the product?
The documentation is not the most pleasant I have worked with. You do end up finding what you need, but a search often lands you on the Community page when you are running Enterprise, and the variations between the two are small enough that you lose your bearings. It also does not say everything: some behaviours we depend on only show up by testing, which is why we run a small integration lab against a real KrakenD before implementing against it. Their AI assistant tooling helps here, edition checks included.
Plugin development takes some setup: plugins have to be compiled against the exact Go and musl versions of the target build, using their builder image, so you cannot simply build locally. In fairness that is Go's plugin model rather than anything KrakenD chose, and once the pipeline is in place it does not move. A first-day cost, not an ongoing one.
What problems is the product solving and how is that benefiting you?
Our API started as a single monolith, with JWT validation, request and response validation and rate limiting implemented endpoint by endpoint, inside the application. That holds up while there is only one application. The moment we wanted to pull services out of it, each one would have re-implemented the same logic its own way.
KrakenD is what made that extraction practical. Our API definitions are centralised in OpenAPI contracts and the gateway enforces those cross-cutting concerns at the edge, so a service we extract inherits them instead of carrying them. We are not chasing microservices, the services we pull out are large, but they come out uniform by construction rather than by discipline.
The bigger payoff came later. Because the gateway config is generated from those same contracts, we exposed the same operations as MCP tools for LLM agents - more than 200 of them - with a single annotation per operation, plus per-audience API documentation served from the gateway itself. One contract, three delivery surfaces, and the governance we had already built for REST applied to the agent surface for free.
Recommendations to others considering the product:
To improve the documentation, consider creating separate sections for Enterprise and Community users to avoid confusion. Additionally, ensure that all behaviors and features are well-documented to reduce reliance on testing for discovery. Streamlining the plugin development process by providing more detailed guides and examples could also be beneficial.
Hayati I.
Transformed Our API Gateway: Scalable, Extensible, and Reliable
Reviewed on Aug 24, 2026
Review provided by G2
What do you like best about the product?
I love how KrakenD's Flexible Configuration and template system enabled us to move to a true self-service model for our API gateway. With over 500+ live routes and 15 engineering teams, managing everything from a single repo would have been impossible without this. The plugin system is also fantastic—we built production-ready Go plugins for compliance and API key management in weeks, not months. The performance is outstanding: we serve 500 million API calls daily with minimal infrastructure and sub-millisecond gateway overhead. The built-in features like JWT/OIDC validation, CEL policies, rate limiting, OpenTelemetry, and automatic OpenAPI spec generation save us massive amounts of engineering time.
What do you dislike about the product?
The main pain point has been automating plugin compatibility checks when KrakenD base images update. We had to invest in our own GitHub Actions workflow to ensure our in-house plugins remain compatible with new releases. Some official tooling or boilerplate for plugin compatibility validation would make life easier for teams maintaining custom plugins across versions.
What problems is the product solving and how is that benefiting you?
-
Nicolaas T.
Powerful, Flexible Gateway with Outstanding Support, but Room for Deeper Training
Reviewed on Aug 12, 2026
Review provided by G2
What do you like best about the product?
I really appreciate the flexibility KrakenD offers, especially the open source model that let us test and deploy in our own environment before committing. The plugin system is absolutely critical for our use case—we've built custom plugins for BFF aggregation and JWT rewriting, which are now at the core of our mobile API architecture. The ability to aggregate multiple backend calls into a single API call has drastically reduced latency and improved our mobile experience. Telemetry has also been unexpectedly valuable, surfacing anomalies we wouldn't have found otherwise. The direct, responsive communication with the KrakenD team, even up to the CEO, is a major plus.
What do you dislike about the product?
The biggest pain points have been the lack of a fully managed, hosted version (you have to run your own infrastructure, which can be a barrier for some teams) and the training resources. What's available is really just API gateway 101-level content, but we needed much deeper, 301-level training for our engineers and that wasn't available, even for a fee. Improving these would make it a perfect solution.
What problems is the product solving and how is that benefiting you?
Customer engagement by improving the latency and data consumption.
Shailendra N.
A fast reliable api gateway with top notch support team
Reviewed on Jul 11, 2025
Review provided by G2
What do you like best about the product?
- Performance - Integrated tools to validate/check configuration - Bonus "watch" tool to be able to easily live test in docker-compose by simply editing config files - Speed / quality of support when raising issues - Easy to deploy - Extensive and complete documentation
What do you dislike about the product?
- Go templating - Lack of kubernetes controller/integration - Complexity to create a custom plugin
What problems is the product solving and how is that benefiting you?
The need for a secure apigateway with integrated jwt validation
andrew y.
KrakenD is your BFF!
Reviewed on Jun 19, 2025
Review provided by G2
What do you like best about the product?
KrakenD is our technical BFF – Backend-for-Frontend (also best friend forever) simply by declaring the backend sources and allowing frontend teams to define the exact information they want to retrieve. It is an outstanding secured, ultra-performant, stateless API gateway which scales effortlessly whether you are running microservices or more complex architectures. Highly recommended!
What do you dislike about the product?
A user interface would be a nice to have, but anyone with technical skills could easily manage it.
What problems is the product solving and how is that benefiting you?
It helps us transform different formats on the fly and not to mention that it is secured.