Blog
  • AI Gateway
  • AI Security
  • AIOps
  • API Security
  • API Gateway
    • API Management
    • API Development
    • API Design
    • Automation
    • Service Mesh
    • Insomnia
  1. Home
  2. Blog
  3. Product Releases
  4. What’s New in Kong Ingress Controller 2.12?
Product Releases
October 3, 2023
3 min read

What’s New in Kong Ingress Controller 2.12?

Michael Heap
Sr Director Developer Experience, Kong
Topics
Kong Ingress Controller
Share on Social

More on this topic

Videos

Supercharge Kubernetes Ingress with Kong Ingress Controller

Videos

How to Use Istio Ingress Gateway

See Kong in action

Accelerate deployments, reduce vulnerabilities, and gain real-time visibility. 

Get a Demo

API Summit 2023 has just concluded, with awesome announcements including the launch of Kong Mesh in Konnect, and Dedicated Cloud Gateways. In addition to launching new capabilities, we also ensured that our existing products continue to grow and deliver value. With that in mind, I’m pleased to announce the immediate availability of Kong Ingress Controller 2.12.

KIC 2.12 is an LTS release

Kong offers Kong Ingress Controller 2.5 as a Long Term Support (LTS) release today. LTS versions of Kong Ingress Controller are supported for three years after release, compared to the standard one-year support window on general releases.

Until now, you had to decide between choosing KIC 2.5 LTS, or adopting great new features such as Gateway Discovery, debugging with Kubernetes events, and the ability to scale out pods using the last-known good configuration.

With the release of KIC 2.12, you don’t have to choose anymore. You can get all these awesome features and the confidence that the release will be supported for the next three years.

If you’re not running KIC 2.12 yet, I recommend you update today to take advantage of all the available capabilities and support.

Rewrite annotations

Speaking of capabilities, it’s time to look at my favorite feature in KIC 2.12: rewrite annotations. KIC has supported rewriting incoming requests for a while thanks to the KongPlugin resource and Kong Gateway’s request transformer plugin. KIC 2.12 adds annotation based rewriting to make this functionality even more accessible.

The konghq.com/rewrite annotation allows you to match patterns in your ingress path and rewrite them on the fly. This allows you to provide a cohesive API interface to your consumers without needing to update your upstream services to match the new paths.

Here’s an example that will accept a client request to /v2/users and convert that to /api/2/call/users in the request to the upstream:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: proxy-from-k8s-to-httpbin
  annotations:
    konghq.com/rewrite: /api/$1/call/$2
spec:
  ingressClassName: kong
  rules:
  - http:
      paths:
      - path: /~/v(\d+)/(.*)
        pathType: ImplementationSpecific
        backend:
          service:
            name: proxy-to-httpbin
            port:
              number: 80

The rewrite annotation is a great example of KIC being able to expose Kong Gateway’s powerful functionality in a way that makes it easy for operators to interact with.

Latency-aware routing

It wouldn’t be a KIC release without the addition of a small tuning option for Kong Gateway. KIC 2.12 adds support for the latency balancing algorithm in Kong Gateway.

The latency algorithm is based on peak EWMA (exponentially weighted moving average), which ensures that the balancer selects the upstream target by lowest latency. For more information, see the Kong Gateway documentation.

You can try it out today by setting the upstream.algorithm value to latency in your KongIngress resource.

Gateway API

The Kubernetes Gateway API is getting even better with each release, and KIC 2.12 brings us up to date with the Gateway API v0.8.1 release.

In addition to passing all of the core conformance tests, we’ve added support for both TCPRoute and UDPRoute when using the expressions router in Kong Gateway. The expressions router is the key to supporting advanced use cases such as query string routing in the future, and we’re pleased to continue investing in this area.

If you’re not familiar with the Gateway API, I recommend digging in. It’s much more powerful than the Ingress resource, with support for weighted routing, multiple hostnames, and gRPC routing out of the box.

If you’d like to learn more about Gateway API, you can watch “State of Gateways on Kubernetes” from API Summit 2023 on-demand here.

Try Kong Ingress Controller 2.12

For a full list of features, fixes, and updates please see the CHANGELOG.

As always, the quickest way to get started with KIC 2.12 is with Kong Konnect thanks to our KIC in Kong Konnect functionality.

Topics
Kong Ingress Controller
Share on Social
Michael Heap
Sr Director Developer Experience, Kong

Recommended posts

Kong Gateway Enterprise 3.8.x.x EOL

Kong Logo
Product ReleasesSeptember 23, 2025

As of September 2025, Kong Gateway Enterprise 3.8 will enter its End Of Life (EOL) phase and will no longer be fully supported by Kong. Following this, Kong Gateway Enterprise 3.8 will enter a 12-month sunset support period, focused on helping cus

Andrew Jessup

Kong Mesh 2.12: SPIFFE/SPIRE Support and Consistent XDS Resource Names

Kong Logo
Product ReleasesSeptember 18, 2025

We're very excited to announce Kong Mesh 2.12 to the world! Kong Mesh 2.12 delivers two very important features: SPIFFE / SPIRE support, which provides enterprise-class workload identity and trust models for your mesh, as well as a consistent Kuma R

Justin Davies

Announcing terraform-provider-konnect v3

Kong Logo
Product ReleasesAugust 22, 2025

It’s been almost a year since we released our  Konnect Terraform provider . In that time we’ve seen over 300,000 installs, have 1.7 times as many resources available, and have expanded the provider to include data sources to enable federated managem

Michael Heap

Announcing Kubernetes Ingress Controller 3.5

Kong Logo
Product ReleasesJuly 17, 2025

We're happy to announce the 3.5 release of Kong Ingress Controller (KIC).  This release includes the graduation of combined services to General Availability, support for connection draining, as well as the start of deprecating support for some Ingre

Justin Davies

Announcing Mesh Manager Support in Konnect Terraform Provider

Kong Logo
Product ReleasesJuly 17, 2025

We’re excited to announce the beta support for Mesh Manager in the Konnect Terraform Provider — a new tool that brings the power of infrastructure-as-code to Kong’s Service Mesh management platform. This provider enables engineering teams to decla

Krzysztof Słonka

Kong Gateway Enterprise 3.11 Makes APIs & Event Streams More Powerful

Kong Logo
Product ReleasesJuly 9, 2025

Update Includes Data Orchestration, CyberArk Support, Solace Integration, and Kafka Schema Validation We’re excited to bring you Kong Gateway Enterprise 3.11 with compelling new features to make your APIs and event streams even more powerful, includ

Anthony Gatti

Kong's Dedicated Cloud Gateways: A Deep Dive

Kong Logo
Product ReleasesJune 18, 2025

In case you missed it, we recently made a big announcement around beta GCP support for Kong’s Dedicated Cloud Gateways (DCGWs) . There’s a lot of good stuff in there, but TL;DR DCGWs now support all three of the major cloud service providers (CSPs)

Michael Field

Ready to see Kong in action?

Get a personalized walkthrough of Kong's platform tailored to your architecture, use cases, and scale requirements.

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 KonnectKong GatewayKong AI GatewayKong InsomniaDeveloper PortalGateway ManagerCloud GatewayGet a Demo
Explore More
Open Banking API SolutionsAPI Governance SolutionsIstio API Gateway IntegrationKubernetes API ManagementAPI Gateway: Build vs BuyKong vs PostmanKong vs MuleSoftKong vs Apigee
Documentation
Kong Konnect DocsKong Gateway DocsKong Mesh DocsKong AI GatewayKong Insomnia DocsKong Plugin Hub
Open Source
Kong GatewayKumaInsomniaKong Community
Company
About KongCustomersCareersPressEventsContactPricing
  • Terms•
  • Privacy•
  • Trust and Compliance•
  • © Kong Inc. 2025