Systems | Development | Analytics | API | Testing

6 Best Practices for Productizing APIs

Web APIs are an integral piece of the development landscape today. According to a 2021 survey, top industries such as Digital Banking, Retail, and Financial services have experienced significant year-on-year API traffic growth with 70%, 51% and 50% increases since February 2021, respectively. The economic impact of APIs is significant and vast. Recent funding rounds of API-focused companies have seen millions of dollars go to companies precisely because APIs appeal to developers.

How to rate limit your requests per consumer groups

One of the most common use cases our customers are using Kong for is rate limiting. There are a few common reasons for doing this: For all those and more, we’re able to easily add this functionality with Kong’s rate limit advanced plugin. The plugin can be applied at different levels such as service, route, specific consumer, or even in a global scope.

Guide to Open Banking and Embedded Finance

Open banking initiatives have taken flight in many economies across the globe. Predicated on the open access of banking data for the overall benefit of customer choice, open banking comes with many challenges — security not the least of them. Giving customers the ability to easily switch providers of financial products goes a long way towards providing a more open and inclusive landscape of products for customers to choose from, and delivering better customer experiences.

Kong Gateway Enterprise and Amazon EKS Anywhere Bare Metal

One of the most critical requirements for an Application Modernization project is to support workloads running on multiple platforms. In fact, such projects naturally include in their transformation process migrating workloads approach using the hybrid model. Another typical technical decision that commonly comes up is the adoption of Kubernetes as the main platform for the existing services and microservices originated by the modernization project.

APIOps in action: 3 months to 48 hours

CMA CGM is a global player in sea, land, air, and logistics solutions, serving 420 of the world’s commercial ports and operating 285 shipping lines with 580 vessels. Supporting such complex international logistics requires a sophisticated and reliable IT infrastructure, underpinned by APIs that unlock the data needed to flow across the ecosystem of internal IT, partners, and customers.

Kuma 1.7.0 and Kong Mesh 1.8.0 Released with Builtin Gateway for Cross-Mesh Communication, ARM Support, cert-manger, and More!

We’re excited to announce the latest release for both Kuma and Kong Mesh. This cycle, we focused on simplifying enterprise-wide mesh deployments. We strongly suggest upgrading, in order to take advantage of the latest and greatest when it comes to service mesh.

Kong Insomnia 2022.4: Now With Official GitLab Support

Git Sync lets you collaborate with your team on Design Documents that you create in Kong Insomnia. In the last release, we updated the way that Git Sync works for GitHub. We now leverage the OpenID Connect protocol and OAuth2 to make it easier for you to set up Git Sync. Today, we’re excited to announce that we’re bringing that same ease of setup to GitLab repositories as well!

Kong Ingress Controller 2.4: Weighted Load Balancing, Support for TCP, UDP and HTTP Routes

Today, we are excited to announce the general availability of Kong Ingress Controller (KIC) 2.4! Earlier this year, we launched KIC 2.2 with initial support for Kubernetes Gateway API. In this release, we’re adding weighted load balancing and support for TCP and UDP routes, as well as some much needed quality-of-life features for our customers.

Building a geocoding plugin for the Kong Gateway using Python

Recently, I came across a request from one of our community users looking for a Kong plugin that could look up address details based on a few location search keywords. There are many libraries that support geocoding. I decided to pick up a Python Library as they are simple to use — and the Kong Gateway supports plugins written in Python since version 2.3.