Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

KrakenD API Gateway (Community Edition)

KrakenD API Gateway | 2.9.0

Linux/Unix, Amazon Linux Amazon Linux 2 AMI - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

56 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Hitesh K.

KrakenD in Action: A Practical Review from the Field

  • June 10, 2025
  • Review provided by G2

What do you like best about the product?
KrakenD is a high-performance, easy-to-implement, and developer-friendly API gateway that excels in stateless, microservices-based environments. With strong community engagement and responsive customer support, it’s a solid choice for teams aiming to build secure and scalable API infrastructures.
What do you dislike about the product?
KrakenD may require some efforts for advanced use cases.
What problems is the product solving and how is that benefiting you?
KrakenD enables rapid API integration with strong security controls, while allowing seamless aggregation of multiple backend APIs into a single, unified interface—significantly reducing development time and complexity


    Silviu-Constantin P.

Top class experience with KrakenD team and product

  • June 03, 2025
  • Review provided by G2

What do you like best about the product?
Ease of integration through plug-and-play connectors which requires minimal declarative JSON/YAML configuration.
KrakenD delivers flexible protocol support, it natively understands HTTP/HTTPS, gRPC, WebSockets.
KrakenD API Gateway supports numerous official plugins (rate limiting, circuit breakers, throttling, etc), and they are easy to integrate and configure.
Customer Support is top class, we've received best support from both technical and management teams of KrakenD. Also, documentation quality excels.
What do you dislike about the product?
As of now, we haven't noticed things we dislike about KrakenD APIG ateway
What problems is the product solving and how is that benefiting you?
Standardizing Security and Access Control
Reducing client complexity by allowing to define a single endpoint that fans out to multiple backend services, merge their responses and return an unified payload.
Improving performance and scalability by reducing the redundant calls to downstream services.


    Banking

Head of Architecture

  • May 28, 2025
  • Review provided by G2

What do you like best about the product?
Single point for APIs. Licencing model. Flexibility, simplicity and specially the Krakend's support team.
What do you dislike about the product?
Direct integration with RabbitMQ was a bit disappointing although it may suffice for simple scenarios, it was not robust enough for our use cases. This is something that they could improve.
What problems is the product solving and how is that benefiting you?
Single point of contact. API security hardening. API normalization.


    Telecommunications

Excellent documentation and container images that are ready to use to evaluate

  • December 04, 2024
  • Review provided by G2

What do you like best about the product?
I’ve had a great experience using this API Gateway! One of the standout features is the excellent documentation. It’s well-structured, easy to follow, and provides clear explanations for a wide range of use cases.

What truly sets it apart, though, is the inclusion of live working examples. These aren’t just basic snippets—you get fully functional Docker images that are ready to use right out of the box. This makes it incredibly easy to test and deploy different configurations without wasting time on setup.
What do you dislike about the product?
Limited API monetization alternatives. I was able to find only one plugin. Maybe I didnt search enough
What problems is the product solving and how is that benefiting you?
Moving from SaaS to our OnPremise API Gateway


    Computer Software

The best-documented API gateway among the competitors, with the most helpful people behind it.

  • October 24, 2024
  • Review provided by G2

What do you like best about the product?
- The documentation is great, compared to other competitors
- The focus on being a good API Gateway, no focus on side projects that lower the quality of the gateway
- The people behind it are very helpful - they really want to help and search for a solution
- The flexible configuration feature
- It was easy to deploy in our Kubernetes cluster
- Go plugin support, with a handy builder image supplied
- Uses security-first principles like zero-trust security policy
What do you dislike about the product?
- Because of the stateless nature of everything, some business requirements are challenging to implement. But I can see the reasoning - speed matters.
- We were advertised the upcoming proxy plugins feature, but when it was dropped, we did not receive a formal update. It would be nice to keep track of which customers are interested in which features.
- Lack of an authentication system on a global level, but only endpoint level. Unmapped endpoints are thus not authenticated and we needed to rethink our plugins for things to work as they used to.
- Low customization options for authentication responses (returning different reasons in case of missing token, expired token, incorrect signature, ...).
- Not easy to do a transparent migration from another gateway system, but this will most likely be the case for every other gateway on the market. We need to integrate KrakenD to work exactly as our old gateway did.
- Its native plugin system is using Go, which I dislike. We cannot bump dependency versions when KrakenD's binary is using them already. This slows down patches and forces us to group them together and update them when KrakenD does. It feels archaic to have to deal with this in a modern programming language.
What problems is the product solving and how is that benefiting you?
Replacing our current API Gateway, ultimately lowering maintenance.
Supporting future API Monetization & usage logging


    Yohan M.

KrakenD Enterprise Version Review

  • October 18, 2024
  • Review verified by G2

What do you like best about the product?
What I like best about KrakenD is how easy it is to integrate it to your systems. It is also easy to implement the endpoint definitions. I like its ability to allow you to implement your own custom plugins to manage authorization and authentication based on your business needs. I also like how responsive its support team is, helping with enterprise level issues on a timely manner.
What do you dislike about the product?
What I don't like about KrakenD is its inability to run the application locally in debug mode. KrakenD offers metrics and logging mechanisms, but when running the application locally using your IDE of choice, it is not possible to have debug mode enabled and debug your code line by line. When writing custom plugins, it would be useful to run debug mode to make sure that each line of code in the plugin is working as expected.
What problems is the product solving and how is that benefiting you?
For my organization KrakenD solved the problem of multiple authentication providers. To consume our private cloud APIs, users can choose between two types of authentication tokens being okta and authblue. We did not have a solution to enable the two authentication tokens in the same API gateway endpoint. However, after acquiring KrakenD Enterprise Version, we were able to integrate multiple authentication providers which solved a tremendous need for our customers to consume private cloud APIs.


    Computer Software

We use KrakenD to power the Public API

  • October 14, 2024
  • Review provided by G2

What do you like best about the product?
It is generally intuitive to configure and reliable. We've never had issues with it crashing or anything like that.
What do you dislike about the product?
Some of the documentation is not clear or needs more examples. For example, the rate limiter docs are quite confusing to me. I would also find it useful to have some repository with sample implementations with comments around what each configuration item does.

I'd also really like to see the possibility to customise access logs in a better way so that it is more filterable in tools such as datadog.
What problems is the product solving and how is that benefiting you?
KrakenD handles our token validation, routing to different backends, rate limiting and even region routing via a custom plugin.


    Computer Software

Very stable and extendable API gateway

  • October 14, 2024
  • Review provided by G2

What do you like best about the product?
In short, it's stability, the performance and the extendability via plugins. Also, the file-based configuration, including templating, is something we value a lot.
It took us only 3-4 weeks to develop a robust solution that suits our needs, including Golang plugins.
We run KrakenD in production for a couple of months now and haven't had any issues since we deployed it. The uptime is flawless.
The team at KrakenD is super quick in responding to questions and issues. They have been great to work with.
Thanks to the Docker image and the file-based configuration, it integrated very neatly into our stack.
What do you dislike about the product?
One part for which we use KrakenD is to proxy requests. One minor point regarding this is that the configuration file gets somewhat lengthy with duplication. There is a technical reason for this, and it's not hindering us from using KrakenD. Further, a lot of the duplication can be decreased by using the templating that is offered by KrakenD, which we do.
What problems is the product solving and how is that benefiting you?
We use KrakenD as the single interaction and entrypoint for our Frontend applications. It has benefited us greatly in establishing a unified way of interaction and also helped us aligning our product teams around this approach using a API gateway.


    Javier E.

Easy to develop, implementation and use

  • October 12, 2024
  • Review verified by G2

What do you like best about the product?
I have migrated an older api manager to KrakenD and it is faster, secure and powerfull. It is easy to develop, deploy and use for customers.
What do you dislike about the product?
Sometimes it is difficult search a valid example
What problems is the product solving and how is that benefiting you?
We have security risk with older api manager and we have some problems to develop new features.
KrakenD gives us new tools, features and security updates often


    Michael B.

A modern API gateway

  • October 11, 2024
  • Review verified by G2

What do you like best about the product?
The development team is really easy to work with. They listen to feedback from the community and implement changes based on it. Their documentation is also very good, and it is easy to learn how to accomplish whatever you want.
What do you dislike about the product?
The hardest thing for me has been trying to debug issues with my config file. It lets you know that there is an issue, but it would be nice if it told me a specific line of the file where the issue was.
What problems is the product solving and how is that benefiting you?
It is serving as our API gateway, and that allows all of our apis to access each other. It is more preformant than our old one, and requires fewer resources to run.