• Explore the unified API Platform
        • BUILD APIs
        • Kong Insomnia
        • API Design
        • API Mocking
        • API Testing & Debugging
        • MCP Client
        • RUN APIs
        • API Gateway
        • Context Mesh
        • AI Gateway
        • Event Gateway
        • Kubernetes Operator
        • Service Mesh
        • Ingress Controller
        • Runtime Management
        • DISCOVER APIs
        • Developer Portal
        • Service Catalog
        • MCP Registry
        • GOVERN APIs
        • Metering & Billing
        • APIOps & Automation
        • API Observability
        • Why Kong?
      • CLOUD
      • Cloud API Gateways
      • Need a self-hosted or hybrid option?
      • COMPARE
      • Considering AI Gateway alternatives?
      • Kong vs. Postman
      • Kong vs. MuleSoft
      • Kong vs. Apigee
      • Kong vs. IBM
      • GET STARTED
      • Sign Up for Kong Konnect
      • Documentation
  • Agents
      • FOR PLATFORM TEAMS
      • Developer Platform
      • Kubernetes & Microservices
      • Observability
      • Service Mesh Connectivity
      • Kafka Event Streaming
      • FOR EXECUTIVES
      • AI Connectivity
      • Open Banking
      • Legacy Migration
      • Platform Cost Reduction
      • Kafka Cost Optimization
      • API Monetization
      • AI Monetization
      • AI FinOps
      • FOR AI TEAMS
      • AI Cost Control
      • AI Governance
      • AI Integration
      • AI Security
      • Agentic Infrastructure
      • MCP Production
      • MCP Traffic Gateway
      • FOR DEVELOPERS
      • Mobile App API Development
      • GenAI App Development
      • API Gateway for Istio
      • Decentralized Load Balancing
      • BY INDUSTRY
      • Financial Services
      • Healthcare
      • Higher Education
      • Insurance
      • Manufacturing
      • Retail
      • Software & Technology
      • Transportation
      • See all Solutions
      • DOCUMENTATION
      • Kong Konnect
      • Kong Gateway
      • Kong Mesh
      • Kong AI Gateway
      • Kong Event Gateway
      • Kong Insomnia
      • Plugin Hub
      • EXPLORE
      • Blog
      • Learning Center
      • eBooks
      • Reports
      • Demos
      • Customer Stories
      • Videos
      • EVENTS
      • AI + API Summit
      • Webinars
      • User Calls
      • Workshops
      • Meetups
      • See All Events
      • FOR DEVELOPERS
      • Get Started
      • Community
      • Certification
      • Training
      • COMPANY
      • About Us
      • Why Kong?
      • We're Hiring!
      • Press Room
      • Investors
      • Contact Us
      • PARTNER
      • Kong Partner Program
      • SECURITY
      • Trust and Compliance
      • SUPPORT
      • Enterprise Support Portal
      • Professional Services
      • Documentation
      • Press Releases

        Kong Names Bruce Felt as Chief Financial Officer

        Read More
  • Pricing
  • Login
  • Get a Demo
  • Start for Free
Blog
  • AI Gateway
  • AI Security
  • AIOps
  • API Security
  • API Gateway
|
    • API Management
    • API Development
    • API Design
    • Automation
    • Service Mesh
    • Insomnia
    • View All Blogs
  1. Home
  2. Blog

All Blogs

‹Prev1…495051…55Next›

How to Design a Scalable Rate Limiting Algorithm with Kong API

Kong Gateway Rate Limiting Tutorial
EngineeringJanuary 15, 2021

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…

Guanlan Dai

Building Kong Clusters in AWS with the Terraform API Gateway Module

Building Kong Clusters in AWS with the Terraform API Gateway Module
EngineeringJanuary 15, 2021

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…

Kong

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

The Importance of Zero-Trust Security When Making the Microservices Move
EnterpriseJanuary 14, 2021

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.…

Marco Palladino

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

Service Connectivity Isn’t Your Job, But it’s Still Your Problem
EnterpriseJanuary 13, 2021

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…

Marco Palladino

Kuma 1.0.5 Released

Kuma 1.0.1 Released
Product ReleasesJanuary 7, 2021

We are happy to announce the first release of 2021, Kuma 1.0.5! Shipping with performance improvements and fixes, we highly suggest to upgrade to this new version. For a complete list of features and updates, take a look at the full changelog . Join us on our community channels to learn more about…

Marco Palladino

How Checkr Built a Hybrid API Management System With Kong Gateway

glass building
EnterpriseJanuary 7, 2021

This article was written by Ivan Rylach, a staff software engineer from Checkr. Checkr is the leading technology company in the background check industry. The company was moving to a services-oriented architecture. To scale this process, we switched to a declarative configuration for API…

Kong

2021 Predictions: 5 Technology Trends in the Year Ahead

2021
EnterpriseJanuary 5, 2021

In 2020, the acceleration of digital transformation quickly emerged as a top priority for many organizations as they grappled with the business impacts of an unexpected pandemic and raced to adapt to a new reality. As businesses begin to pivot out of the shadows of COVID-19 in 2021, what will this…

Kong

Kuma 1.0.4 Released With Transparent Proxying For VMs & New Retry Policy

Kuma 1.0.1 Released
Product ReleasesDecember 23, 2020

Make no mistake! This is a minor release in name only: we are happy to announce the release of Kuma 1.0.4 with many improvements and new non-breaking features, and we suggest to upgrade to start using the greatest and latest. For a complete list of features and updates, take a look at the full…

Marco Palladino

Considerations for Deploying a Multi-Cloud Architecture with Kong Gateway, Kuma Service Mesh and Aviatrix

Considerations for Deploying a Multi-Cloud Architecture with Kong Gateway, Kuma Service Mesh and Aviatrix
EnterpriseDecember 18, 2020

Building a multi-region or multi-cloud environment for your applications requires a lot of attention. In a typical deployment, you would have an API gateway running close to the several application runtimes. You should enhance your deployment to support different regions in a given cloud, or in an…

Kong

Kong Launches Kong Enterprise on Top Cloud Marketplaces

Kong Launches Kong Enterprise on Top Cloud Marketplaces
EnterpriseDecember 16, 2020

I'm excited to announce that Kong Enterprise, our modern, scalable service connectivity platform, is now available on top cloud marketplaces, including AWS Marketplace and GovCloud (US) regions, Azure Marketplace, Google Cloud Platform, and Red Hat Marketplace! Built on Kong's core open source…

Kristian Gyorkos

3 Solutions for Avoiding Plain-Text Passwords in Insomnia

3 Solutions for Avoiding Plain-Text Passwords in Insomnia
EngineeringDecember 8, 2020

When testing APIs, software engineers often repeat identical values across multiple requests, but who wants to waste time typing the same values every time? Insomnia 's environment variables solve this problem by allowing you to define a value once as an environment variable and reference that…

Kevin Chen

Kuma 1.0.2 Released

Kuma 1.0.1 Released
Product ReleasesDecember 3, 2020

We are happy to announce the release of Kuma 1.0.2 with a few improvements and fixes, and we suggest to upgrade to start using the greatest and latest. This is a minor update on top of Kuma 1.0 that shipped recently with over 70+ features and improvements . For a complete list of features…

Marco Palladino

How to Set Up Kong Gateway

background
EngineeringDecember 2, 2020

You've decided to install Kong Gateway. Congrats! You're almost ready to accelerate your microservices journey with the world's most popular open source API gateway . This article and video will guide you through the short version of our tutorial. If you prefer, here are some more detailed…

Kevin Chen

Kong Mesh 1.1 GA Released

Kong Mesh 1.1 GA Released
Product ReleasesNovember 24, 2020

After having announced Kuma 1.0 GA with over 70+ new features and improvements (and Kuma 1.0.1 this week ), we are finally happy to announce a new major version of Kong Mesh that includes all the latest Kuma features – and more – in a fully supported enterprise package. With Kong Mesh 1.1 we…

Marco Palladino

Kuma 1.0.1 Released

Kuma 1.0.1 Released
Product ReleasesNovember 24, 2020

We are happy to announce the release of Kuma 1.0.1 with a few improvements and fixes, and we suggest to upgrade to start using the greatest and latest. This is a minor update on top of Kuma 1.0 that shipped last week with over 70+ features and improvements . For a complete list of…

Marco Palladino
‹Prev1…495051…55Next›

See AI Gateway in Action

Secure your AI infrastructure with prompt guards, PII sanitization, and centralized governance. Control LLM costs with token-based rate limiting and semantic routing across providers.

Get a Demo
Powering the API world

Increase developer productivity, security, and performance at scale with the unified platform for API management, AI gateways, service mesh, and ingress controller.

Sign up for Kong newsletter

    • Platform
    • Kong Konnect
    • Kong Gateway
    • Kong AI Gateway
    • Kong Insomnia
    • Developer Portal
    • Gateway Manager
    • Cloud Gateway
    • Get a Demo
    • Explore More
    • Open Banking API Solutions
    • API Governance Solutions
    • Istio API Gateway Integration
    • Kubernetes API Management
    • API Gateway: Build vs Buy
    • Kong vs Postman
    • Kong vs MuleSoft
    • Kong vs Apigee
    • Documentation
    • Kong Konnect Docs
    • Kong Gateway Docs
    • Kong Mesh Docs
    • Kong AI Gateway
    • Kong Insomnia Docs
    • Kong Plugin Hub
    • Open Source
    • Kong Gateway
    • Kuma
    • Insomnia
    • Kong Community
    • Company
    • About Kong
    • Customers
    • Careers
    • Press
    • Events
    • Contact
    • Pricing
  • Terms
  • Privacy
  • Trust and Compliance
  • © Kong Inc. 2026