Meet Josh (a pseudonym). Josh is your typical developer. He's good at writing code in his native language, hates documentation and REALLY hates the "drag and drop" approach to developing software found in bloated API management platforms. Josh would rather write code, weave in some docs and avoid worrying about security, networking, deployment and reliability. Josh avoids venturing into newer networking technologies like Istio, labeling them unnecessarily complicated to configure and maintain. He would rather write everything in Java, Groovy or his go-to integration library: [Apache Camel](https://camel.apache.org)Apache Camel.
Recently Josh stumbled across an open source API platform called [Kong](https://konghq.com)Kong. After 30 minutes of playing around, Josh discovered how easy it was to:
- Support both legacy and modern clients accessing different versions of the same application.
- Migrate existing apps to Kubernetes, using declarative automation to deliver immutability of the application and infrastructure.
He was so impressed with the developer-centric approach of Kong that he decided to showcase [Konnect](https://konghq.com/kong-konnect)Konnect, Kong's enterprise SaaS platform, to his immediate team. The team agreed that Konnect was exactly what they needed to modernize their legacy applications and provide a consistent, shared policy layer to all enterprise APIs. And so their journey began.
*How can Josh modernize this application in the most efficient way possible, improving the performance and giving it a new lease on life in a multi-cloud, platform-agnostic environment like Kubernetes? Read on or watch the below video to find out.*
Although Josh practices the developer-centric "code-first approach" to implementing his application, he's actually created an API contract—the starting point for our API lifecycle journey:
As a result, the team completed the Design and Develop phases of our API lifecycle.
### Deployment
Next up, we need to deploy our application somewhere. Currently, the existing application is written in Python and calls a [RESTful API](https://konghq.com/blog/learning-center/what-is-restful-api)RESTful API exposed in [Ansible Tower](https://access.redhat.com/products/ansible-tower-red-hat)Ansible Tower, running on a bunch of VM's on Azure. Although we have network redundancy using Kong Mesh, the performance is slow due to the asynchronous architecture of the Ansible API. Unfortunately, the python client needs to make multiple requests to a) run the Pig Latin playbook and b) retrieve the result. Luckily, Josh has written the RESTful API in Camel using Spring Boot, and the design is inherently synchronous, requiring only a single call from the client.
Since the runtime is Spring Boot, we can easily deploy this to Kubernetes. An extra feature we could use is [Terraform](https://www.terraform.io)Terraform to stand up our Kubernetes cluster wherever we want. Josh decided that [EKS on AWS](https://aws.amazon.com/eks)EKS on AWS was a good place to start this exercise. Terraform allowed Josh to declaratively specify exactly what our deployment should look like, regardless of the cloud provider. Additionally, we now have an immutable deployment that can spool up/tear down with a terraform apply or a terraform destroy.
### Phase in New Version
Now that we deployed our modernized application on Kubernetes, it's time to phase in our new version. Typically we'd use the canary deployment technique, but in Josh's case, shifting from an asynchronous to synchronous architecture requires a client code change. Instead, Josh uses API versioning in [Kong Konnect](https://konghq.com/kong-konnect)Kong Konnect to include a new version of the application while guaranteeing backward compatibility for older client versions. Konnect is Josh's favorite API management platform, as it's developer-centric and leaves out the "drag and drop" nonsense that his manager craves. Perfect for any ninja developer!
Now that Josh has configured Konnect to route two different versions of David's Pig Latin application, he's able to test it out. Below you can see the Vitals for multiple versions running through Konnect:
As a result of Josh's application modernization project, the team experienced the following key improvements:
- 100 fold performance increase (from a latency of 3 seconds per request down to 30 milliseconds)
- Ability to seamlessly modernize legacy applications while supporting legacy clients
Josh's manager was so impressed that he decided to decommission the existing legacy architecture and migrate to a more microservices-based architecture using Kong Konnect and Apache Camel.
### Further Reading
Hopefully, you found Josh's experience with Kong Konnect useful. Part Two of this series will focus on:
- Using Kong Mesh to decouple applications from VMs, enabling a seamless migration to any cloud provider.
- Improving HADR concerns of our newly modernized Pig Latin application.
Lastly, to learn more about Kong Konnect, try one of our hands-on exercises at [Kong Academy](https://education.konghq.com)Kong Academy. Kong Konnect is a single platform that delivers end-to-end connectivity and visibility for services in multi-cloud environments, making application modernization seamless.
The goal of Integration Platform as a Service (iPaaS) is to simplify how companies connect their applications and data. The promise for the first wave of iPaaS platforms like Mulesoft and Boomi was straightforward: a central platform where APIs, sys
Managed Redis cache is a turnkey "Shared State" add-on for Kong Dedicated Cloud Gateways. It is designed to combine the performance of an in-memory data store with the simplicity of a SaaS product. When you spin up a Dedicated Cloud Gateway in Kong
Kong Konnect and our code in production Kong Konnect is Kong’s infrastructural SaaS solution. We run the control planes and API management applications for the data planes (API gateway and mesh) that are run by our customers to power their APIs. So
We announced the Kong Premium Technology Partner Program at API Summit 2024, and Confluent was one of the first in the program. This initial development was all about ensuring that the relationship between Kong and Confluent — from a business an
In this Kong Konnect tutorial, you'll learn how to leverage the platform to manage your API ecosystem from a single easy-to-use interface. We’ll run through how to: Use Konnect Runtime Manager to set up your own Kong Gateway runtime instance i
Application Modernization projects often require their workloads to run on multiple platforms which requires a hybrid model.
Kong Konnect is an API lifecycle management platform delivered as a service. The Control Plane, responsible for admin tasks,
Since the initial launch of Kong Konnect Cloud, one common feature request has (unsurprisingly) been Multi-Region support. Many customers look for SaaS solutions that support a distributed service architecture. Even at its inception, our goal was to