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. Product Releases
  4. Announcing Kubernetes Ingress Controller 3.5
Product Releases
July 17, 2025
3 min read

Announcing Kubernetes Ingress Controller 3.5

Justin Davies
Product Manager, Mesh and Kubernetes, Kong

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 Ingress types as we help move customers to the Kubernetes Gateway API.  Let’s get into more details about these!

Combined HTTP Routes is now GA

Using Combined HTTP Routes, Kong Ingress Controller can now consolidate rules from multiple HTTPRoute resources when they are targeting the same backend services. The default behavior is to create a new Gateway service for each HTTPRoute. For large numbers of HTTPRoutes, this results in added complexity and resource utilization. Enabling this feature can dramatically reduce the number of Kong Gateway services that have to be managed.

The feature is not enabled by default, as it does change the way we name services, but you can enable it by passing the --combined-services-from-different-httproutes flag to the KIC instance or set CONTROLLER_COMBINED_SERVICES_FROM_DIFFERENT_HTTPROUTES=true in the env section of the Helm values.

Support for Connection Draining

When Pods in your backing services are in the Terminating phase, Kong Gateway will stop connections to the Pod.  In most situations, especially with stateless connections, this is not an issue as another Pod will be able to handle the connection. For session-based workloads and in combination with Sticky Sessions, you may need the connection tear down to happen gracefully.  

With the introduction of Connection Draining, your clients will continue to be routed to the same backend Pod until it reaches the terminated phase, allowing your service to gracefully handle in-flight transactions, as well as notifying your clients that their session is coming to an end.

As connection draining is tied to the lifecycle phases of your Pods, you can rely on everything that makes life easier in Kubernetes, including lifecycle hooks, signalling for graceful shutdown, and now all integrated into the Kubernetes Controller and Kong Gateway.

To enable connection draining, pass --enable-drain-support flag to the KIC instance or set CONTROLLER_ENABLE_DRAIN_SUPPORT=true xxx in the env section of the Helm values.

You can then use drain support in combination with sticky sessions:

apiVersion: configuration.konghq.com/v1beta1
kind: KongUpstreamPolicy
metadata:
 name: echo-drain-policy
spec:
 # Use consistent hashing algorithm for session persistence
 algorithm: sticky-sessions
 slots: 100


 # Configure session-based sticky routing using cookies
 hashOn:
   cookie: session-id      # Name of the session cookie
   cookiePath: /          # Path for the session cookie

Deprecation of KongIngress, TCPIngress, and UDPIngress

As our customers and the Kubernetes community move towards the stable Gateway API, we have marked KongIngress, TCPIngress, and UDPIngress as deprecated in this release of KIC. You can still use these definitions, but you will see deprecation warnings.

We have migration guides for KongIngress to move to KongUpstreamPolicy, as well as moving from TCP and UDP Ingress to TCPRoute and UDPRoute in the Gateway API.

Start using Kubernetes Ingress Controller 3.5 today

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

Please also share any feedback that you might have on our GitHub discussion forum for KIC here.

Unleash the power of APIs with Kong Konnect

Learn MoreGet a Demo
Kong Ingress ControllerKong Konnect

More on this topic

Videos

Service Catalog: Unifying Discovery for API Consumers and Producers

Videos

Usage‑Based API & AI Monetization with Konnect

See Kong in action

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

Get a Demo
Topics
Kong Ingress ControllerKong Konnect
Share on Social
Justin Davies
Product Manager, Mesh and Kubernetes, Kong

Recommended posts

Building a First-Class Kubernetes Experience in Kong Konnect

Product ReleasesSeptember 18, 2025

Simplify operations and scale with confidence To unlock Kubernetes’ full potential, many enterprises are relying on three key building blocks available in Kong Konnect today: Kubernetes Ingress Controllers: Ingress controllers are used for managing

Adam Jiroun

What’s New in Kong Ingress Controller 3.4 LTS?

Product ReleasesDecember 19, 2024

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 perfor

Andrew Jessup

What's New in Kong Ingress Controller 3.2?

Product ReleasesJune 20, 2024

Kong Ingress Controller (KIC) 3.2 is here, and it’s an incredible release. It contains features related to graph theory, features that mean you’ll never need a database again, and a whole host of quality-of-life fixes. Isolate configuration issues w

Michael Heap

Unveiling Kong Ingress Controller in Kong Konnect: The Power of True Unified API Management

Product ReleasesApril 18, 2023

As we continue to push the boundaries of API management, we're excited to announce the beta release of Kong Ingress Controller within Kong Konnect. Revealed at KubeCon + CloudNativeCon Europe 2023, this new integration turns Kong Konnect into the wo

Kong

From Strategy to Action: See Konnect Metering & Billing in Motion

Product ReleasesJanuary 22, 2026

We've talked about why 2026 is the year of AI unit economics . There, we explored the "2025 hangover" where organizations realized that without financial governance, AI isn't just a science project but has become a margin-bleeding cost center. But

Dan Temkin

KAi Just Got a Major Upgrade, Powered by the New Kong Konnect MCP Server

Product ReleasesJanuary 21, 2026

If you've used KAi before, you'll notice the difference immediately. The enhanced version has deeper access to your Konnect environment and new tools for debugging, analytics, and configuration management: Active tracing and debugging: KAi can now

Alex Drag

New Year, New Unit Economics: Konnect Metering & Billing Is Here

Product ReleasesJanuary 6, 2026

Every January, the same resolutions show up: eat better, exercise more, finally learn that language, finally figure out that production use case for AI agents (OK, this one isn’t so typical unless you operate in our universe).  But if you're respons

Alex Drag

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