Systems | Development | Analytics | API | Testing

Latest Posts

Kong Expands AWS Offerings with Marketplace Listing and EKS Anywhere

Kong has been hard at work to provide our customers’ the best user experience of running our products in the AWS cloud. We’ve seen tremendous growth in our partnership with AWS in terms of joint solutions (co-build), building awareness through events and workshops (co-market), and growth in the adoption of our solutions (co-sell). In fact, Kong has seen exponential growth in our Kong on AWS business year over year.

Kong and Red Hat: Delivering Seamless Customer Experience

As companies are transforming themselves to compete in the cloud era, there’s renewed emphasis on delivering seamless customer experience, improving IT infrastructure, and releasing applications faster. As companies embark on the cloud adoption journey, Red Hat OpenShift gives developers a greater choice of components to build robust applications.

Kong Insomnia Now Supports Websockets

We’re excited to announce that Kong Insomnia now supports Websocket APIs. This is an important expansion to our API platform and is currently available in Kong Insomnia versions 2022.6.0 and above. The Kong Insomnia team is very thankful for our deeply enthusiastic and engaged community, and providing Websocket API support has been one of the most popular feature requests we’ve seen to date.

Guide to Defense in Depth Security

Security best practices remain a top priority for enterprises, especially as high-profile hacks and cybersecurity breaches pose increased risks. According to the 2022 Morgan Stanley CIO survey, IT spending is expected to reach 4.4%, with cloud computing and security software as the leading verticals. This rapid digital transformation across sectors presents organizations with opportunities, along with some new challenges.

Kong Konnect adds Support for Federated Authentication with OpenID Connect and Personal Access Tokens

Our latest release of Kong Konnect augments the security and compliance of the offering through enhanced authentication capabilities. Through the rest of this post, we’ll walk you through each of these features and explore what’s new in this Kong Konnect release.

NGINX/OpenResty Event Handling Strategy for CPU Efficiency

Kong Gateway is built on Nginx/OpenResty because it has a unique master/worker architecture, forks out many worker processes, and can utilize every CPU core efficiently. It is the powerhouse within Kong. But one master / multi workers architecture has an annoying defect. Each worker is an isolated process, so it is hard to share something with each other, and in Kong Gateway, there’s a lot of information to communicate between workers, like rebuilding router/health check/cluster sync, etc.

Kong Mesh 1.9 and Kuma 1.8 Released with Gateway GA, new CNI and More!

We are happy to announce the release of Kong Mesh 1.9 and Kuma 1.8! This release is packed with features and improvements such as observability for builtin Gateway, a complete rewrite of the CNI and projected service account tokens support. In order to take advantage of the latest and greatest in service mesh, we strongly suggest upgrading to Kong Mesh 1.9.

What Is CI/CD?

The pace of the industry today is pressuring software developers to build, test, and release software more frequently than ever. To achieve this pace, teams have built two core processes into their workflow: Continuous Integration and Continuous Deployment. Continuous Integration and Continuous Deployment (CI/CD) is a subset of the DevOps workflow that automates application code management and its safe, predictable shipping. In this article, we’ll take a deep dive into CI/CD.

How to parse and forward API logs with Kong plugins

As more companies are undergoing digital transformation (resulting in a huge explosion of APIs and microservices), it’s of paramount importance to get all the necessary data points and feedback to provide the best experience for both users and developers. Kong Gateway is a lightweight API gateway that is built to be open and versatile. Regardless of the technology stack involved, Kong supports these monitoring or logging requirements through its extensive ecosystem of plugins.