Reviews from AWS customer

5 AWS reviews

External reviews

3 reviews
from

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


    HarpreetSingh11

Centralized API control has simplified authentication and routing and now accelerates delivery

  • May 04, 2026
  • Review from a verified AWS customer

What is our primary use case?

I use Kong Konnect as a centralized API gateway solution that helps provide API solutions on a cloud platform. In my organization, Kong Konnect has been implemented with different solutions using AWS as a cloud provider. The deployment was accomplished using Terraform as an automation tool, with the data plane deployed on ECS EC2, connecting it to the control plane while managing configuration changes through Terraform.

What is most valuable?

Kong Konnect provides centralized API management, which means there is one place to manage all the APIs. It has a good plugin subsystem with built-in plugins for authentication, logging, and rate limiting, plus a hybrid architecture with a SaaS control plane and a data plane that can fit on Kubernetes, ECS, or any container solution.

Authentication, rate limiting, logging, and routing plugins are mainly used, which helps save costs by reducing engineering time to configure authentication since the plugins come with provided configuration settings that work immediately. Kong Konnect has helped save costs in terms of resources and reduced engineering time with the help of its plugins and authentication features, providing good scalability with the data plane being independent and improving developer productivity due to pre-built plugins for authentication and throttling.

The adoption of Kong Konnect has significantly helped reduce engineering time, allowing focus to shift from building logic for authentications and logging to more efficient operations, especially with high workload traffic.

What needs improvement?

The learning curve is the first issue when starting with Kong Konnect, as understanding the concepts such as services, routes, plugins, and the control and data planes takes time. Debugging complexity arises from issues that can occur at any layer including gateways, plugins, and upstream services. I chose a rating of 8.5 for Kong Konnect because of the debugging complexity, which is an area that could see improvements.

For how long have I used the solution?

I have using Kong Konnect just recently for seven to eight months.

What do I think about the stability of the solution?

Kong Konnect is stable.

What do I think about the scalability of the solution?

Kong Konnect exhibits good scalable architecture with its two different planes: the data plane and the central one hosted on Kubernetes, ECS, or a container platform, making it very scalable.

How are customer service and support?

The customer support is good.

Which solution did I use previously and why did I switch?

I did not previously use a different solution.

How was the initial setup?

Kong Konnect was purchased through the AWS Marketplace. The experience with pricing, setup cost, and licensing was quite good as the licenses were taken from the marketplace.

What about the implementation team?

Although specific numbers are not available, Kong Konnect helps save resources since fewer engineers are needed to work on this, allowing very few resources to manage it.

What was our ROI?

Specific numbers have not been provided.

What's my experience with pricing, setup cost, and licensing?

The experience with pricing, setup cost, and licensing was quite good as the licenses were taken from the marketplace.

Which other solutions did I evaluate?

Other options were not evaluated before choosing Kong Konnect. A couple of documentation reviews were conducted and Kong itself was targeted.

What other advice do I have?

Kong Konnect should be considered as a good tool for API management that should be adopted. I would rate Kong Konnect an 8.5 overall.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    KajalSharma

Centralized gateway testing has improved debugging speed and validates real-world API behavior

  • May 04, 2026
  • Review from a verified AWS customer

What is our primary use case?

I have been using Kong Konnect for the last year, and it has been a great experience. Mostly, I use it as part of our API testing and integration workflows. I was not directly involved in setting it up, but I have been consistently using it while testing microservices that were exposed through Kong Konnect gateway. Over time, I became quite comfortable with how it impacts authentication and overall API behavior, especially while debugging failures in staging and CI pipelines.

The main use case for me in Kong Konnect is API testing. From my perspective as an SDET, I use it as a centralized API gateway for all our microservices. Instead of hitting services directly, all our requests are routed through Kong Konnect, which handles authentication, request routing, and rate limiting perfectly. For us in testing, it became important because we had to validate not just the API responses, but also gateway-level behaviors, such as whether the correct authentication policies were enforced and if requests were being throttled properly under load. In my company, the load is really high, so Kong Konnect provides a very reliable mechanism to maintain good uptime and quality for the APIs for our clients.

One specific way I used it was while writing and debugging API test cases for services that are behind Kong Konnect. I was validating authentication flows and rate limiting, and I used ChatGPT to quickly draft different request variations, such as how to structure headers and tokens. Then I used Kong Konnect to test that.

Another use case I can think of is that we started focusing more on gateway-level validations after using Kong Konnect, such as verifying authorization failures, handling of invalid tokens, and observing how rate limiting behaves under repeated requests. This actually improved our negative and edge case coverage quite a bit. Overall, interacting with Kong Konnect made our testing approach more aligned with real production scenarios rather than just isolated API validations.

What is most valuable?

As an SDET, I found that the best features of Kong Konnect are the centralized API management, where all the services are exposed through a single gateway layer. It made it much easier for us to validate APIs consistently instead of dealing with multiple service endpoints. Another important feature was analytics. Having visibility into API traffic and failures helped us to debug issues faster, especially in CI pipelines where it is sometimes hard to trace failures.

Analytics in Kong Konnect helped us mainly in debugging and identifying patterns in failures. Using these patterns, we have generated outcomes showing where our APIs exactly failed in edge case scenarios. For example, during regression runs in CI, if a set of API tests started failing intermittently, instead of directly assuming it was a backend issue, I used the gateway-level analytics to check request counts, error rates, and response statuses. In a couple of cases, I noticed spikes in 429 errors, which indicated rate limiting was kicking in. The issue was not the service logic but the gateway policy. That saved us a lot of time in root cause analysis. Overall, analytics gave us better visibility of the failures in our current system.

More specifically, another feature I could think of is authentication, logging, and rate limiting. These things could be handled at the gateway level instead of being implemented separately in each service. This is what I liked the most. From a testing standpoint, it actually reduced duplication and made our validations more consistent across APIs. One more thing I noticed was that these configurations could be updated without major code changes, so testing becomes really easy. It helped us to quickly test different scenarios in staging without waiting for full deployments because the code changes are not very major; they are minor code changes.

What needs improvement?

Kong Konnect requires some improvement, but overall the experience is quite positive. One thing I can think of currently is around debugging visibility. While I know that the analytics are helpful, sometimes getting very detailed request-level insights during failures, especially in CI runs, required additional digging. A bit more granular and easily accessible logs would make troubleshooting faster. Also, in some cases, configuration changes were not immediately intuitive to validate from a testing standpoint. Having better tooling or previews to simulate how a policy change would impact API behavior could be useful. Nothing major, but these kinds of improvements would make it even more efficient for teams, especially our teams, which heavily rely on automation and CI pipelines.

Better integration visibility with CI/CD tools would make it easier to quickly correlate test failures and gateway behavior without switching between multiple dashboards. This should be improved.

For how long have I used the solution?

In my current field, I have been working for more than 3.5 years, and I am going to complete close to four years in my current domain of testing.

What do I think about the stability of the solution?

Kong Konnect is stable. In my company, the product that I am involved in is very API-heavy. In day-to-day testing and CI runs, we did not face frequent outages and major disruptions. Most of the time, the gateway handled routing and policies reliably, even during heavy regression cycles and heavy customer throughput. One thing I noticed is that even if there are occasional issues at the control plane level, the data plane continues to function using cached configurations, so API traffic is not impacted immediately. Overall, I would say it is a stable platform, especially for production-scale API traffic and for companies like HighLevel where the products are very much API-heavy.

What do I think about the scalability of the solution?

From what I have seen recently, Kong Konnect is quite scalable, especially in a microservices-based setup. In our case, even during heavy regression runs or higher traffic scenarios, we did not notice major performance bottlenecks. The gateway was able to handle concurrent requests quite efficiently. Also, from what I understand, it supports auto-scaling of gateway nodes, especially in cloud setups, which helps it adjust dynamically based on traffic spikes without manual intervention. Overall, it scales well both horizontally and across environments, which is important when you are dealing with multiple services and high API traffic.

How are customer service and support?

I am not personally involved in customer support. Whenever issues were raised, especially through support tickets, they were escalated and our internal system takes care of those issues. What I have seen is that the response time was generally quick, and most of our queries were resolved within a reasonable time frame. In some cases, critical issues were addressed within a few hours, which really helped during our testing cycles.

Which solution did I use previously and why did I switch?

Before Kong Konnect, our setup was more direct. We did not use any centralized API management layer. Each service handled authentication and routing on its own, which made testing a bit inconsistent because different services had slightly different implementations. In some cases, we also had basic reverse proxy setups, but they did not provide the kind of flexibility or features that Kong Konnect offers, such as plugin-based policies or detailed analytics. Moving to Kong Konnect helped standardize a lot of those aspects and made our testing approach more structured.

How was the initial setup?

I do not have experience with pricing, but I do have experience with setup and licensing. I did not have direct involvement in the pricing or licensing decision for Kong Konnect, as those were handled more at the management or DevOps level. From what I understood through internal discussions, the pricing was considered reasonable for the value it provides, especially given the centralized API management and flexibility it offers. In terms of setup, since Kong Konnect was already integrated into our AWS environment when I started, the onboarding from a tester's perspective was fairly smooth. I could start interacting with the APIs through the gateway without much back-and-forth.

What was our ROI?

From that standpoint, the core of it is that our debugging time during regression cycles reduced roughly by 25% to 30%, mainly because the gateway layer helped us quickly identify whether issues were coming from authentication policies, rate limiting, throttling, or the backend services. Because the debugging time has been reduced, the number of people that are required for doing that debugging and regression has also been improved. I sensed a 30% reduction in the effort. I have seen it myself in the employees needed to do a particular project.

Which other solutions did I evaluate?

These particular decisions are mostly taken by upper management level people, so I was not directly involved in evaluating which solution would work the best. I believe tools such as Apigee and AWS API Gateway were among the ones explored, mainly because they are quite common in the API management space. Eventually, Kong Konnect was chosen because of its flexibility, plugin-based architecture, and how well it fits in our microservice setup.

What other advice do I have?

One piece of advice I can give is that instead of using traditional methods of API management, Kong Konnect provides a very reliable solution for centralized API management. Because APIs and backend services are the backbone of any product, if these are scaled in a better way, then that is the main thing. One piece of advice I would give is to clearly understand your API ecosystem first before adopting Kong Konnect because it works really well in a microservice architecture. To get the most value, you need to have a clear idea of how your services interact and what kind of gateway policies you want to enforce. From a testing standpoint, it is important to design test cases not just for API functionality but also for gateway-level scenarios such as authentication failures, throttling, and routing behavior. That is something teams sometimes overlook initially. If these things are taken care of, then Kong Konnect will be a very useful product for companies which are heavily reliant on APIs. I have provided a rating of 9 out of 10 for this review.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Rajeshk Kumar Nayak

Central control of microservices APIs has improved security and simplifies cloud deployments

  • April 16, 2026
  • Review provided by PeerSpot

What is our primary use case?

Kong Konnect serves as my main API Gateway for microservices, and it manages traffic between OpenShift and Kubernetes services, making it very helpful for monitoring API performance in my day-to-day operations.

A specific example of how I use Kong Konnect as an API gateway involves deploying multiple applications in OpenShift. Whenever we need API connectivity, the user connects to Kong Gateway data plane, which forwards that traffic to the back-end service with Kong Konnect control plane, ensuring that security and all processes work seamlessly on the microservices.

How has it helped my organization?

Kong Konnect has impacted my organization positively, particularly in enhancing security and providing a compliance dashboard for applications, making it a very positive impact on my organization.

The positive impacts I have observed include improvements such as acting as a security gate where requests come from any identity provider on JWT without passwords being sent repeatedly during the session, resulting in a very stateless application with no stored credentials.

What is most valuable?

The best features Kong Konnect offers include central control for all APIs, better security with auth, OAuth, JWT, very easy traffic management, and it is very helpful in Kubernetes and OpenShift clusters. It is also lightweight, super-fast, and allows for easy integration with CI/CD tools such as Jenkins, Tekton, or Argo CD.

The security features of Kong Konnect have helped my team mainly by allowing us to use auth and JWT for applications needing external identity provider authentications, such as LDAP or other authentication providers that need to be connected to back-end applications, which we can easily integrate using Kong Konnect with those identity providers for API integrations.

What needs improvement?

Kong Konnect can be improved by enhancing documentation and increasing support, as token integration presents challenges and has implementation complexities that need addressing.

I do not rate Kong Konnect a nine out of ten because the configuration can be complex and not beginner-friendly. The UI is acceptable but not the best since many features are managed through CLI and YAML, and full enterprise power comes only with a high paid subscription.

For how long have I used the solution?

I have been using Kong Konnect for the last three to four years.

What do I think about the stability of the solution?

Kong Konnect is very stable with no issues regarding reliability in my experience.

What do I think about the scalability of the solution?

Kong Konnect's scalability is very high, handles growth well, and since it is a stateless gateway, it scales easily in Kubernetes using horizontal scaling, allowing us to scale its workload in a very short time while remaining stable.

How are customer service and support?

The customer support for Kong Konnect is very good because we have portal access to raise issues, mail support available, and they offer twenty-four-hour support with SLA-based response times.

Which solution did I use previously and why did I switch?

I have not used a different solution before Kong Konnect. I have been using Kong Konnect from the start and do not have experience with other tools.

How was the initial setup?

Kong Konnect is deployed in my organization as software as a service, deployed using Helm chart on OpenShift in one of our multiple clusters, and we have also deployed it on Microsoft Azure.

Kong Konnect is deployed in the public cloud with Microsoft Azure and not in a hybrid setup, as we primarily use Azure.

What was our ROI?

I have seen a return on investment with Kong Konnect, as it helps manage security very well, allows for faster API deployments saving developer time, and reduces salary costs with better uptime and minimal downtime, thus preventing potential business loss.

What's my experience with pricing, setup cost, and licensing?

I do not have detailed information about the pricing, setup costs, and licensing for Kong Konnect, as these are managed by the sales teams.

Which other solutions did I evaluate?

I have not evaluated other options before choosing Kong Konnect, as I have been using this one.

What other advice do I have?

My advice for others looking into using Kong Konnect is that if someone needs an API gateway, Kong Konnect is an excellent choice due to its good features and ease of integration with multiple developer tools, whether in the cloud or on-premises. I would rate Kong Konnect an eight point five out of ten.


    reviewer2795847

Routing has become streamlined and security now manages high-traffic backend integrations

  • January 09, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Kong Konnect is routing to different backends and implementing enhanced security. For security purposes in my day-to-day work, we are currently implementing security features that Kong Konnect offers, such as API keys.

What is most valuable?

The best features Kong Konnect offers are ease of use and scalability.

When I mention scalability, it means that when we experience peak traffic, Kong made it easy for us to scale and spawn new machines.

Kong Konnect has positively impacted my organization by making our development easier and helping us push new routes to our current customers. It made development easier because we used to need to deploy the route everywhere, but now we can deploy at once and everything works.

What needs improvement?

Kong Konnect needs improvement in the UI. The fields are unclear about what they do, and the UI for the Dev Portal is rough around the edges.

For how long have I used the solution?

I have been using Kong Konnect for four years.

What do I think about the stability of the solution?

Kong Konnect is stable.

What do I think about the scalability of the solution?

Scalability is great with Kong Konnect.

How are customer service and support?

Customer support for Kong Konnect is fantastic, and I have no complaints.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

We did not previously use a different solution.

How was the initial setup?

I was not part of the decision regarding the experience with pricing, setup cost, and licensing.

What about the implementation team?

I was not part of the decision regarding the experience with pricing, setup cost, and licensing.

What was our ROI?

I have seen a return on investment with Kong Konnect. Time saved is a relevant metric; it used to take us a week, but now it takes us only a day.

Which other solutions did I evaluate?

We evaluated MuleSoft before choosing Kong Konnect.

What other advice do I have?

My advice for others looking into using Kong Konnect is to try it because it is a great product. I give Kong Konnect a rating of 9 out of 10.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    ShahnawazAlam1

Gateway has secured our APIs and provides low latency with detailed logs and tracing

  • December 30, 2025
  • Review provided by PeerSpot

What is our primary use case?

I use Kong Konnect most often as a current gateway. A specific example of how I use Kong Konnect as a current gateway involves onboarding microservices into Kong Konnect where we pass the host map pattern and pass the endpoint in the route path. This is how we are configuring our setup.

What is most valuable?

The best features Kong Konnect offers include security, scalability, and latency, which is the most important to me.

Security, scalability, and load handling are so valuable for me because we have multiple built-in plugins such as open authentication, authentication, OpenID, and basic authentication.

Our features, such as being able to see all the logs and traces by integrating with multiple third-party applications including Jaeger, are worth mentioning.

Kong Konnect has positively impacted our organization by securing our APIs, which is one of the main concerns for us. Securing our APIs has benefited our organization by improving compliance and reducing incidents.

What needs improvement?

I wish Kong Konnect could improve by having a built-in notification system whenever any APIs get pinged so that we can receive alerts and send them to the developer.

For how long have I used the solution?

I have been using Kong Konnect for about three and a half years.

What do I think about the stability of the solution?

Kong Konnect is stable.

What do I think about the scalability of the solution?

Kong Konnect's scalability is good.

How are customer service and support?

The customer support is good.

Which solution did I use previously and why did I switch?

I did not previously use a different solution before Kong Konnect.

What's my experience with pricing, setup cost, and licensing?

My experience with pricing, setup cost, and licensing indicates that licensing is a bit high in comparison.

Which other solutions did I evaluate?

I did not evaluate other options before choosing Kong Konnect.

What other advice do I have?

My advice to others looking into using Kong Konnect is to go with it. My company does not have a business relationship with this vendor other than being a customer. I gave this product a rating of 10.


    ShubhojitDasgupta

Have worked across industries to streamline API lifecycle and integration with strong support experience

  • October 28, 2025
  • Review from a verified AWS customer

What is our primary use case?

I have experience with both Apigee and Kong API Gateway. I have migrated from Apigee to Kong Konnect for organizations.

I am working currently with Kong Konnect SaaS Enterprise, which is the SaaS version of Kong. I have also worked on Kong Gateway Enterprise.

With Kong Konnect, AWS is the provider by default. However, the gateway runtime can be installed anywhere, the Kong Gatewa runtime also called the Kong Data Plane is platform agnostic. It does not have to be in AWS. It can be in Azure or on-prem as well.

What is most valuable?

Kong has been working on their documentation. They have developed a separate portal for the documentation. They are trying to improve that.

Their tech support is excellent. When I raise an incident or a support ticket, it got answered in four hours.

What needs improvement?

When comparing documentation, Kong's documentation is not on par with Google, Amazon, or other cloud providers. If a new person joins a team and wants to start using Kong's product and their associated tools, they would find it difficult initially compared to Google, Amazon, or Microsoft products, or even Azure from the deployment perspective. Kong has been working on their documentation and has developed a separate portal for the documentation. They are trying to improve that area.

For how long have I used the solution?

I have been using both Kong Konnect and Kong Gateway Enterprise for three years at the level of API Technical Architect.

What do I think about the scalability of the solution?

Kong Konnect includes managed and self-hosted runtimes, allowing different business units to independently control their gateways while maintaining central governance, security, and logging policies.

How are customer service and support?

Their tech support is excellent. When I raise an incident or a support ticket, it gets answered in four hours.

How would you rate customer service and support?

Positive

What about the implementation team?

One thing to keep in mind is Kong Konnect has professional services which often gets involved in the initial phases of implementation. Their professional services are very expensive. That is one reason why a client should hire an API technical architect to get things done because I am much more cost-effective than the professional services team.

What was our ROI?

Significant improvement in the performance of APIs.

What's my experience with pricing, setup cost, and licensing?

It is more suitable to purchase Kong license from Kong vendors, not from the cloud marketplace because the cloud marketplace has a limitation on the number of API services it supports. If the customer has many APIs, it is always better to go through the vendor route to purchase the license.

What other advice do I have?

I would rate Kong Konnect 8.5 out of 10.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Shahnawaz_Alam

Significant email security benefits combined with efficient spam filtering, yet cost hinders long-term use

  • June 05, 2025
  • Review provided by PeerSpot

What is our primary use case?

The clients mainly were using Proofpoint for email security, which is the primary use case.

We have used Proofpoint for email security.

What is most valuable?

Spam filtering from our partner perspective was very efficient; we were very happy with the functionality, as only relevant emails were allowed for mailboxes.

We used the Sandbox feature, and it was very beneficial concerning the Advanced Threat Protection feature.

From a business perspective, it was very helpful; it sped up our business flow and increased email delivery, and from a technical perspective, it was very effective.

What needs improvement?

Pricing might be a topic to consider regarding improvements.

I may advise Proofpoint to adjust marketing solutions based on each country itself.

For how long have I used the solution?

I had experience with Proofpoint for more than 5 or 6 years.

What was my experience with deployment of the solution?

Everything was very nice from a technical perspective, and we were very happy, especially since we used it for more than 5 or 6 years.

Everything was fully functional, and I cannot think of advanced features; all existing features were very suitable for our business flow.

What do I think about the stability of the solution?

It was very stable, so I would rate it as excellent.

It was very fast, and we did not experience any interruptions.

What do I think about the scalability of the solution?

The scalability of Proofpoint was excellent and very scalable.

How are customer service and support?

Technical support from Proofpoint was absolutely excellent.

We were very satisfied with the performance and efficiency of the product.

Which solution did I use previously and why did I switch?

We are still using Microsoft Exchange, but left Proofpoint.

We stopped using this product last year, approximately ten months ago.

How was the initial setup?

The product was very straightforward to install; it was very easy because we used the web interface, and simple settings definitions on the ISP site were enough for the whole setup.

What about the implementation team?

At the very beginning we were working directly with the UK, but then we were redirected to a local partner, and we worked almost one year with the local partner.

We used to get a business partner in my country.

What's my experience with pricing, setup cost, and licensing?

The pricing deserves a high rating for consideration.

Cost was the reason we stopped using it.

Pricing was the issue as it becomes very expensive due to the nature of local circumstances.

What other advice do I have?

The integration with our on-prem Exchange was very straightforward; the only thing we did was redirect all email traffic over Proofpoint, so Proofpoint did everything independently, and we were very happy.

I am still receiving emails from Proofpoint's site.

Not using it at the moment, but in the short term we will be tackling that portion of the product as well.

We cannot provide feedback regarding Dynamics because we are not experienced enough at the moment; we have initiatives going on but did not get enough feedback from end users.

Based on my overall experience with Proofpoint, considering the cost perspective, I would rate it a 7 out of 10.


    Siddharth-Shanakr

Deploy and manage API solutions efficiently with centralized hybrid systems

  • April 25, 2025
  • Review from a verified AWS customer

What is our primary use case?

I use Kong Konnect as an API Gateway or API management solution. I have several use cases, including securing internal APIs within Siemens network by deploying Kong Gateway on Amazon EKS. This acts as an API management layer to expose other internal services such as logging and Jira APIs. Additionally, I utilize it for external use cases by deploying an API Gateway for consumers accessing services from the internet. My aim is to create a federated API management platform where various business units can still use their preferred choice of gateways while maintaining a central federation layer to control security and logging policies.

What is most valuable?

Kong Konnect is a SaaS version of Kong Gateway, and it offers a hybrid deployment. The configuration can be controlled centrally via the SaaS offering, and each team can manage their own gateway or runtime part. It is lightweight, suitable for smaller use cases without heavy initial costs, and comes in various flavors such as open source and enterprise. The documentation is excellent, and it includes a developer portal, which helps create a common distribution channel for APIs within and outside the enterprise.

What needs improvement?

Kong Konnect's RBAC needs to evolve more, as they currently offer only one or two levels of RBAC in terms of organization and teams. Additionally, the licensing model could be simplified, especially in how they charge and track usage. There are also some technical restrictions around exposing GRPC APIs, but I have not explored this yet.

For how long have I used the solution?

I have been working with Kong Konnect for the last six or seven months.

What was my experience with deployment of the solution?

The deployment is straightforward because it's a hybrid model. The control plane is a SaaS offering, so there's not much difficulty there.

What do I think about the stability of the solution?

The solution is stable.

What do I think about the scalability of the solution?

The platform is fully scalable, providing various ways to manage data planes or runtimes. They offer managed runtimes, but it's preferred that consumers manage their own runtime, which can be deployed in a containerized manner.

How are customer service and support?

The technical support from Kong is satisfactory.

How would you rate customer service and support?

Neutral

Which solution did I use previously and why did I switch?

I was previously using Azure Logic Apps but moved to Kong API Gateway. This decision was influenced by the need to create a service around Kong API Gateway with a federated API management platform.

How was the initial setup?

The initial setup is very straightforward due to its hybrid deployment model, with the configuration and control plane managed as a SaaS offering.

What was our ROI?

I have not yet seen a return on investment because the project is still in its early stages.

What's my experience with pricing, setup cost, and licensing?

While the pricing model isn't very clear on how usage is tracked, the initial cost and setup for using Kong Konnect are reasonable.

What other advice do I have?

The knowledge base provided by Kong is excellent, offering various learning paths not just for the technical aspects of Kong Konnect, but also for innovation within the application. It's a highly customizable platform. I would rate Kong Konnect an eight overall.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


showing 1 - 8