WHY GARTNER’S “CONTEXT MESH” CHANGES EVERYTHING AI CONNECTIVITY: THE ROAD AHEAD DON’T MISS API + AI SUMMIT 2026 SEPT 30 – OCT 1
  • Why Kong
    • Explore the unified API Platform
        • BUILD APIs
        • Kong Insomnia
        • API Design
        • API Mocking
        • API Testing and 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 and Billing
        • APIOps and 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
      • FOR PLATFORM TEAMS
      • Developer Platform
      • Kubernetes and 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 Governance
      • AI Security
      • AI Cost Control
      • 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
  • Pricing
      • 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
      • API + AI Summit
      • Webinars
      • User Calls
      • Workshops
      • Meetups
      • See All Events
      • FOR DEVELOPERS
      • Get Started
      • Community
      • Certification
      • Training
      • COMPANY
      • About Us
      • We're Hiring!
      • Press Room
      • Contact Us
      • Kong Partner Program
      • Enterprise Support Portal
      • Documentation
  • Login
  • Book Demo
  • Get Started
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. Microservices

Microservices

The latest news and announcements about Kong, our products, and our ecosystem, as well as voices from across our community.

Bringing Identity-Aware Security & Policy Enforcement to Event Streaming

Event GatewayMarch 25, 2026

The widespread adoption of Kafka and event streaming platforms is evident across several enterprises, where they serve as the backbone of critical operations, ranging from financial transactions to AI inference pipelines. However, in the domains of security and identity, most teams continue to face…

Hugo Guerrero

Connecting Kong and Solace: Building Smarter Event-Driven APIs

API GatewayMarch 20, 2026

Running Kong in front of your Solace Broker adds real benefits: Imagine an order service that accepts REST requests and publishes them as events. 1. API Consumer calls Kong with a standard POST request: 2. Kong Gateway applies authentication, validates the payload, adds a correlation ID, rate…

Hugo Guerrero

Exposing Kafka to the Internet: Solving External Access

KafkaFebruary 20, 2026

When teams resort to VPC peering or PrivateLink to expose Kafka, they're not solving the problem — they're managing it, one network topology decision at a time. Every new external consumer adds complexity: a new peering connection, new firewall rules, new IP space to coordinate, new potential for…

Anthony Gatti

From APIs to Agentic Integration: Introducing Kong Context Mesh

Agentic AIFebruary 10, 2026

Agents are ultimately decision makers. They make those decisions by combining intelligence with context, ultimately meaning they are only ever as useful as the context they can access. An agent that can't check inventory levels, look up customer history, or verify pricing isn't autonomous — it's…

Alex Drag

Subscribe to Kong’s newsletter

Stay ahead of API and AI Gateway trends. Get expert insights, technical guides, and best practices delivered to your inbox.

The Enterprise API Strategy Cookbook: 8 Ingredients for Legacy Modernization

API ManagementFebruary 3, 2026

This is the pitch to the board and the C-suite. It must be brutally concise, focused entirely on your business outcomes, not the technology. If the first page doesn't articulate value, the strategy dies. It immediately frames the initiative in terms of shareholder value and competitive advantage.…

Steve Roberts

10 Ways Microservices Create New Security Challenges

MicroservicesOctober 1, 2025

Why are Microservices Security Risks? Traditional security was simple. One perimeter. Few entry points. Clear boundaries. Microservices shattered this model. Now organizations manage hundreds of independent services. The average number of API calls to an enterprise site has risen to an…

Mike Bilodeau

5 Best Practices for Securing Microservices at Scale in 2025

5 Best Practices for Securing Microservices at Scale
MicroservicesSeptember 26, 2025

The Challenge: Securing Distributed Systems Netflix operates over 1,000 microservices handling two billion daily requests (Microservices architecture: from Netflix to APIs). One security gap can trigger cascading breaches. Traditional perimeter security fails in microservices. Services multiply…

Kong

Ultimate Guide: What are Microservices?

Kong Logo
MicroservicesAugust 1, 2025

Ever wonder how Netflix streams to millions of users without crashing? Or how Amazon powers billions of transactions daily? The secret sauce behind these scalable, resilient behemoths is microservices architecture. If you're a developer or architect wading into the complex world of distributed…

Kong

A Guide to Service Mesh Adoption and Implementation

Service MeshAugust 10, 2024

In the rapidly evolving world of microservices and cloud-native applications , service mesh has emerged as a critical tool for managing complex, distributed systems. As organizations increasingly adopt microservices architectures, they face new challenges in service-to-service communication,…

Kong

Enterprise-Grade Service Mesh: A Reference Architecture with OpenShift, Istio, and Kong

Service MeshMay 13, 2024

The service mesh architecture pattern has become a de facto standard for microservices-based projects. In fact, from the mesh standpoint, not just microservices but all components of an application should be under its control, including databases, event processing services, etc. It's critical to…

Claudio Acquaviva

What Are Virtual Machines (VMs)?

Kong Logo
Service MeshMarch 29, 2024

A virtual machine (VM) is a fully-fledged, standalone operating environment running on a physical computer. Unlike the host computer it's running on, a VM is not a physical machine, thus the designation of "virtual". It does, however, have all the components of a physical computer system (CPU, RAM,…

Kong

What is Kubernetes?

Kong Logo
KubernetesMarch 27, 2024

Kubernetes, or K8s as it's known for short, and container orchestration are changing the landscape of software development and deployment. But what exactly does Kubernetes do? In this comprehensive guide, we'll explain the basics, discuss the benefits that Kubernetes can offer you, and explore its…

Kong

What is a Kubernetes Operator?

KubernetesMarch 20, 2024

Kubernetes has become the gold standard for container orchestration. However, running stateful applications on Kubernetes can be challenging . This is where Kubernetes operators come in. Kubernetes operators resolve common issues like automating management of complex applications such as databases,…

Peter Barnard

Monolithic vs Microservices

Kong Logo
MicroservicesMarch 9, 2024

A microservices architecture addresses challenges by breaking the application down into smaller components or services. This approach has gained significant traction in recent years, evolving from a novel concept to a mainstream architectural pattern. Less than 10 years after the term was first…

Kong

7 Signs You Need a Service Mesh

Service MeshJanuary 29, 2024

In the ever-evolving landscape of modern applications and cloud native architectures, the need for efficient, scalable, and secure communication between services is paramount. Enter the service mesh — a versatile platform designed to address various challenges in securing, connecting, and observing…

Baptiste Collard

Microservices Monitoring and Distributed Tracing Tools

Kong Logo
MicroservicesMarch 10, 2022

Monitoring the health of your production system involves keeping track of various data points in real time in order to derive insights from them. Day to day, monitoring can provide early indications of problems, giving the team time to investigate and fix before a system fails completely. If youre…

Kong
123Next›

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
Ask AI for a summary of Kong
Stay connected
    • Company
    • About Kong
    • Customers
    • Careers
    • Press
    • Events
    • Contact
    • Pricing
    • Legal
    • Terms
    • Privacy
    • Trust and Compliance
    • Platform
    • Kong AI Gateway
    • Kong Konnect
    • Kong Gateway
    • Kong Event Gateway
    • Kong Insomnia
    • Documentation
    • Book Demo
    • Compare
    • AI Gateway Alternatives
    • Kong vs Apigee
    • Kong vs IBM
    • Kong vs Postman
    • Kong vs Mulesoft
    • Explore More
    • Open Banking API Solutions
    • API Governance Solutions
    • Istio API Gateway Integration
    • Kubernetes API Management
    • API Gateway: Build vs Buy
    • Kong vs Apigee
    • Open Source
    • Kong Gateway
    • Kuma
    • Insomnia
    • Kong Community

Increase developer productivity, security, and performance at scale with the unified platform for API management and AI.

  • Japanese
  • Frenchcoming soon
  • Spanishcoming soon
  • Germancoming soon
© Kong Inc. 2026