Kong Mesh 2.11: Reduced Privileges, Improved Support for AWS ECS

We’re at it again, bringing more incremental improvements to Kong Mesh! Built on top of Kuma, Kong Mesh brings much-needed simplicity and production-grade tooling. Kong Mesh is built for smooth operations with platform teams in mind, providing security, observability, and traffic control for…
Kong Gateway Operator 1.5: Better Together with Konnect

Kong Gateway Operator (KGO) is the most effective way to install, upgrade, scale, and manage a Kong Gateway or Kubernetes Ingress. The latest release of the Kong Gateway Operator brings several updates that streamline integration with Kong Konnect and improve configuration and reliability. Below,…
Insights into Kubernetes Deployments with Kong Ingress Controller

This blog addresses the common challenges organizations face with fragmented API management in Kubernetes environments and presents Kong Konnect combined with the Kong Ingress Controller (KIC) as a comprehensive solution. We'll highlight the issues that arise when teams independently choose…
What’s New in Kong Ingress Controller 3.4 LTS?

Happy holidays everyone! We've been working hard on the Kong Ingress Controller (KIC) and the latest 3.4 release is jam-packed with new features, bugfixes, and improvements. With this update, we're introducing easier TLS encryption, enhanced performance during complex deployments, and general…
How We Built It: Managing Konnect Entities from K8s Clusters with KGO

We recently released Kong Gateway Operator 1.4 with support for managing Konnect entities from within the Kubernetes clusters. This means users can now manage their Konnect configurations declaratively, through Kubernetes resources powered by Kong’s Custom Resource Definition s. For example, here’s…
Kong Gateway Operator 1.4: Konnect Edition

It’s here! The Kong Gateway Operator release we teased at API Summit is now available for you all to use. KGO 1.4 allows you to configure Kong Konnect using CRDs, attach your DataPlane resources to Konnect with minimal configuration, and even manage the deployment of custom plugins using Kubernetes…
Managing Kong Konnect with Kubernetes CRDs

We know that a lot of you are all in on Kubernetes as your source of declarative configuration. You have CI/CD pipelines set up already to review and approve your Kubernetes manifests. Not only that, but you’re using everything the Kubernetes ecosystem has to offer when it comes to managing…
Using Service Mesh Within Your Kubernetes Environment

Container technologies are always evolving — and we're not talking Tupperware here. Over the past years, service mesh has emerged as a crucial component for managing complex, distributed systems. As organizations increasingly adopt Kubernetes for orchestrating their containerized applications,…
8 Cloud Cost Optimization Tactics for Kubernetes

If you've ever gotten sticker shock after receiving a surprisingly large cloud bill, you're not alone. Many organizations have faced this challenge, especially as they scale their Kubernetes deployments . While the cloud makes flexible scaling possible, it has also introduced many new services one…
Why Your Engineers Want to Migrate to Kubernetes

In today's rapidly evolving technological landscape, software teams have found themselves at the heart of business strategy. Their decisions on which technologies to invest in have become crucial, directly impacting a company's agility and ability to differentiate itself in the market. As a result,…
How to Manage Your Kubernetes Services with an API Gateway

Kubernetes is an open-source container orchestration system for automating deployment, scaling, and management of containerized applications. It groups containers into logical units for easy management and discovery. API gateways sit between clients and microservices. They act as a reverse proxy to…
What Are Virtual Machines (VMs)?

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