• 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
  3. Engineering

Engineering

Talk tech with tips and tutorials from builders at Kong and the Kong Community.

‹Prev1…181920Next›

Kubernetes Canary Deployment in 5 Minutes

Kubernetes Canary Deployment in 5 Minutes
EngineeringDecember 17, 2019

Welcome to our second hands-on Kuma guide! The first one walked you through securing your application with mTLS using Kuma. Today, this guide will walk you through Kuma's new L4 traffic routing rules. These rules will allow you to easily implement blue/green and Kubernetes canary deployments. In…

Kevin Chen

Configuring AWS GuardDuty with Lambda for Slack Notifications

Configuring AWS GuardDuty with Lambda for Slack Notifications
EngineeringNovember 13, 2019

At Kong, we leverage many tools to protect our services and customers. Terraform from HashiCorp allows us to automate the process with Infrastructure as Code (IaC). Another important tool is Amazon Web Services (AWS) GuardDuty , a continuous monitoring service for security threat detection in your…

Dennis Kelly

How to Manage your gRPC Services with Kong

grpc-post
EngineeringAugust 30, 2019

With the 1.3 release , Kong is now able to natively manage and proxy gRPC services. In this blog post, we'll explain what gRPC is and how to manage your gRPC services with Kong. gRPC is a remote procedure call (RPC) framework initially developed by Google circa 2015 that has seen growing adoption…

Guilherme Salazar

S3 Breach Prevention: Best Practices for Enterprise Cloud Security

Thinking of Moving to Microservices? Five Questions You Need to Answer
EngineeringAugust 7, 2019

When a data breach occurs involving a cloud service, the impulsive reaction is to denounce using the cloud (at least for sensitive information). Since cloud security is not widely understood, it may be difficult to delineate it in the context of more general information security. Out of the box,…

Aron Eidelman

Kong Community Documentation: Mentoring Technical Writers

Kong Logo
EngineeringApril 22, 2019

Calling all technical writers! Kong is applying to participate in this year’s Season of Docs and would love to work alongside you. The goal is to foster collaboration between open source projects and technical writers. Season of Docs is a unique program that pairs technical writers with our open…

Kong

Observability For Your Microservices Using Kong and Kubernetes

Observability For Your Microservices Using Kong and Kubernetes
EngineeringFebruary 14, 2019

In the modern SaaS world, observability is key to running software reliability, managing risks and deriving business value out of the code that you're shipping. To measure how your service is performing, you record Service Level Indicators (SLIs) or metrics, and alert whenever performance,…

Harry Bagdi

TCP stream support in Kong

Kong Logo
EngineeringFebruary 5, 2019

With Kong 1.0 users are now able to control TCP (Transport Control Protocol) traffic. Learn about how we added TCP support, and how you can try it out. TCP traffic powers email, file transfer, ssh, and many other common types of traffic that can't be handled by a layer 7 proxy. Our expansion to…

James Callahan

Creating Mock APIs with API Fortress and Kong

Creating Mock APIs with API Fortress and Kong
EngineeringJanuary 23, 2019

API Fortress is a continuous testing platform for APIs. We've been a friend to Kong since the beginning. In this guest blog post, we explain how our company uses Kong to facilitate the process of virtualizing APIs. As more companies adopt microservice architectures and DevOps best practices, APIs…

Patrick Poulin

A Tour of Kong's Routing Capabilities

Kong Logo
EngineeringJanuary 8, 2019

Kong is very easy to get up and running: start an instance, configure a service, configure a route pointing to the service, and off it goes routing requests, applying any plugins you enable along the way. But Kong can do a lot more than connecting clients to services via routes. In this talk from…

Kong

Kong Cloud Part 2: Collecting metrics at 1M+ RPS

Kong Logo
EngineeringDecember 27, 2018

In our last blog post in this series, we discussed our journey designing a metrics pipeline for Kong Cloud to ensure the reliability of our SaaS offering. We discussed how we re-architected our production data pipeline using OpenResty to send metrics to Prometheus and saw huge performance gains. We…

Wangchong Zhou

Leveraging OpenAPI for Awesome APIs

Kong Logo
EngineeringNovember 6, 2018

Want to take your API to the next level? Then you should give your API an OpenAPI spec! An OpenAPI spec is more than just documentation — with it, you can leverage your API to generate client code, do automated testing and more! During Kong Summit, Wordnik Founder Erin McKean gave an overview of…

Mike Bilodeau

Microservices: Decomposing Applications for Testability and Deployability

Kong Logo
EngineeringOctober 31, 2018

During the Kong Summit in September Chris Richardson, founder of CloudFoundry.com, gave an excellent talk describing the characteristics of microservice architectures . He outlined the benefits of microservices, including testability and deployability. He also discussed the drawbacks. Microservices…

Mike Bilodeau

Try Kong on Kubernetes with Google Cloud Platform

Kong Logo
EngineeringOctober 10, 2018

The best way to learn a new technology is often to try it. Even if you prefer reading docs, hands-on experimentation is an ideal accompaniment to written instructions. Today I’m happy to announce the fastest and easiest way to try Kong on Kubernetes — the new Kong Kubernetes App on the Google Cloud…

Kong

Community Call Starts Out Kong Strong

Kong Logo
EngineeringOctober 5, 2018

Big thanks to the 37 people who joined us on the first-ever Kong Community Call! The inspiring demo, interesting discussion and enthusiastic participation have me looking forward to the monthly calls moving forward! As an evangelist for Kong, it makes me really happy to see such great participation…

Judith Malnick

Optimizing the Prometheus StatsD Exporter for Cloud Scale

Kong Logo
EngineeringSeptember 5, 2018

Kong Cloud has been using StatsD and Prometheus heavily in monitoring and metrics collecting. In this blog post we discuss the use case of StatsD and Prometheus on Kong Cloud, the performance problem we found, and the way we proposed to solve it. StatsD is a metrics server that accepts events from…

Wangchong Zhou
‹Prev1…181920Next›

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