Systems | Development | Analytics | API | Testing

Latest Posts

UnitedHealth Group Insures API Management With Kong Gateway

As part of the UnitedHealth Group (UHG), Optum optimizes healthcare technology, and one of our important missions is to provide the tech infrastructure for this Fortune 7 healthcare giant. UHG has over 300,000 employees, thousands of APIs, and countless integrations and external systems. It’s safe to say that a lot happens in our environments.

The Future of Cloud Connectivity is Here: Announcing the General Availability of Kong Konnect

Today, we’re thrilled to announce the general availability of Kong Konnect, the service connectivity platform designed from the ground up for the cloud native era, delivered as a service. We live in a connected world. Every application we use, whether within or outside of work, is a connected application built on top of dozens – sometimes thousands – of services that enable our digital, connected experiences.

How Clearsense Built a Modern Healthcare Data Architecture with Kong Gateway and Kuma

This article was written by Charles Boicey, Chief Innovation Officer at Clearsense. If healthcare data is genuinely going to impact a person’s well-being, we have to consider all patient data. Patients don’t spend much time with clinicians allowing them to collect data. Even most hospitalized patients only stay for a week or so. That’s why healthcare companies need to pull in external data as well. The data collected directly from patients is just a small sampling.

Kuma 1.0.6 Released With Deep Status Checks & Five New Load Balancers

We are happy to announce a new release that ships with some major new features and improvements, Kuma 1.0.6! We suggest to upgrade to this new version to start using the greatest and latest. With 1.0.6 the Kuma GUI introduced the first few chart visualizations, more to come!

The Future Is Already Here - It's Just Not Evenly Distributed

We’re in the middle of the golden age of innovation that’s creating absolutely astounding achievements. Within 10 years, Elon will land people on Mars, Germany won’t have any gasoline cars on the road, and you’ll be able to use more of your senses in virtual reality. This blade cuts both ways though.

Kong Gateway Community 2.3 Released

Hey there, Kong Nation! We are happy to announce the release of the community edition of Kong Gateway 2.3, our flagship open source API gateway! Version 2.3 brings several exciting new features as well as some significant security improvements. As we have done in both versions 2.1 and 2.2, we are also releasing a Beta version of the Enterprise 2.3 gateway while incorporating all features from the open source 2.3 gateway.

Building Kong Clusters in AWS with the Terraform API Gateway Module

We created the Terraform API gateway module to help you follow DevOps best practices while implementing Kong using infrastructure as code (IaC). Terraform is an open source tool that allows you to implement IaC using a declarative declaration definition. This Terraform module is the reference platform maintained by Kong for potential and existing customers to quickly set up both Kong Gateway and Kong Enterprise for demo and PoC environments.

How to Design a Scalable Rate Limiting Algorithm

Rate limiting protects your APIs from inadvertent or malicious overuse by limiting how often each user can call the API. Without rate limiting, each user may make a request as often as they like, leading to “spikes” of requests that starve other consumers. Once enabled, rate limiting can only perform a fixed number of requests per second. A rate limiting algorithm helps automate the process. In the example chart, you can see how rate limiting blocks requests over time.

Service Connectivity Isn't Your Job, But it's Still Your Problem

As a developer, your company hired you to build incredible products that focus on your users’ and customers’ needs. Yet, in the age of microservices, producing the best products relies heavily on efficient cloud service connectivity. For example, an eCommerce marketplace is more than a front-end UI that customers access via a browser.

The Importance of Zero-Trust Security When Making the Microservices Move

Transitioning to microservices has many advantages for teams building large applications that must accelerate the pace of innovation, deployments and time to market. It also provides them the opportunity to secure their applications and services better than they did with monolithic codebases.