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. Kong Ingress Controller 2.0 Now in Beta!
Product Releases
September 9, 2021
4 min read

Kong Ingress Controller 2.0 Now in Beta!

Shane Connelly

Just under one year ago, we launched version 1.0 of our Kong Ingress Controller (KIC). That was a huge milestone for us here at Kong, and we know it was for you - Kong Nation - as well. Since then, with the help of our community, we've merged over 300 new features and bug fixes and have started to enter a new era of KIC: version 2.0.

Prior to releasing KIC 2.0, we want to make sure to incorporate community and customer feedback, so we are announcing the KIC 2.0 Beta. We'd love for you to try out the beta and to give us feedback!

Exciting New Features

Before we get any further into some of the core of KIC 2.0, let's talk about some of the exciting new features that KIC 2.0 brings!

UDP Support

The big feature that kicked off the development of KIC 2.0 initially was UDPIngress support. KIC has supported TCPIngress since 0.8.0, but Kong Gateway 2.2 introduced support for UDP proxying as well, and we needed to figure out a way to handle that in KIC. If you're interested in learning why UDP support is important, have a read over the Kong Gateway 2.2 release blog. Long story short, there were none.

Importantly, the reason why there were no good options touched upon something we'd also been thinking about for about half a year: that the architecture of KIC was limited in what it could allow us to build out quickly. That is, since we first launched our ingress controller back in 2018, the broader Kubernetes ecosystem has added tons of new capabilities, and the existing code structure of KIC was fairly difficult to add those new features into. With the KIC 2.0 redesign, we should be able to add features much faster in the future, and the first big feature in KIC 2.0 is UDPIngress support.

Watch Multiple Namespaces

One of the more common requests we hear is that users want to watch a specific set of Kubernetes namespaces. However, in KIC 1.x that is not possible; you either have to watch all namespaces or one specific namespace. KIC 2.0 includes a new flag, –watch-namespace, which allows you to specify a comma-separated list of namespaces to watch for Kubernetes resources on.

Prometheus Metrics

One thing we've heard from our users is that improvements are needed to enable monitoring of the ingress controller 1.x for performance and failures - things like the time it takes to apply the configuration to KIC. We wanted to make that better.

KIC 2.0 introduces a native Prometheus integration for KIC metrics. With this integration, you can easily measure and act on how long it takes KIC to apply its configuration. This way, you can investigate and be alerted on any significant performance issues and do more investigations on high-load setups.

Breaking Changes

  • We removed support for classless resources that have been opt-in and discouraged since KIC 0.10.
  • Structured logging has been revamped, with an impact on some of the flags that control logging.
  • The admission webhook now requires TLS 1.2 or higher.
  • In DB-less mode, the controller only marks itself ready once it has successfully applied the configuration at least once. This ensures that proxies do not start handling traffic until they are configured.
  • The disabled-by-default debug feature –dump-config now has a different (HTTP-based) interface on the management port and has some flag changes.
  • We renamed RBAC roles and bindings to reflect their association with Kong.
  • Flags that control the API versions in use by KIC when communicating with the Kubernetes API server have changed.

For an authoritative list of breaking changes, see the KIC changelog.

2.0: A New Beginning

The upstream Kubernetes project has made enormous progress in support for third-party controllers since the inception of KIC in 2018. Tooling such as Kubebuilder and controller-runtime can take a lot of Kubernetes API heavy-lifting off of maintainers’ shoulders, while providing performance benefits and superior experience to the users of controllers built upon them.

When we started KIC 2.0, we decided to adopt Kubebuilder as the emerging/cutting-edge controller technology that Kubernetes had to offer. In doing so, we were striving for operational robustness and well-known operational patterns that feel familiar to most Kubernetes DevOps. In general, our goals were to provide centralized mechanisms for monitoring, controller lifecycle management, better logging, Kubernetes API caching and resource reconciliation.

So what comes with this new beginning? KIC 2.0 specifically comes with the exact same user-facing APIs as KIC 1.3 (plus some additions listed above, like UDPIngress) and mostly unchanged pre-existing operational knobs (such as flags) but implemented on top of Kubebuilder. The upgrade KIC 2.0 is documented under "Guides > Upgrading from 1.3.x to 2.0.x" in the KIC 2.0 beta documentation. It is seamless for users of our Helm chart with the exception of a few minor changes in flags that may affect some highly customized deployments.

Yet another facet of KIC 2.0 is that the built-in monolithic reconciliation loop in KIC 1.x didn’t meet our needs for the ambitious plans we have going forward. This new architecture positions us very well for making KIC’s configuration updates incremental (thus greatly raising the scalability ceiling). It will allow us to bring the Kubernetes Gateway API to our users in the future for a more expressive ingress configuration language - and also an added ability to orchestrate gateways seamlessly as described by the Gateway resource. Finally, it will enable us to treat the service mesh as a first-class citizen within Kong Ingress Controller.

We are excited for the new opportunities that the KIC 2.0 technology leap unlocks!

For the installation and configuration steps, please refer to our KIC 2.0 beta documentation.

Kong Ingress ControllerIngress

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
Topics
Kong Ingress ControllerIngress
Share on Social
Shane Connelly

Recommended posts

What’s New in Kong Ingress Controller 3.1?

Kong Logo
Product ReleasesFebruary 9, 2024

Kong Ingress Controller 3.1 provides brand-new capabilities for keeping your secrets secure. We’ve introduced new KongVault and KongLicense CRDs, and added a way to keep sensitive information in your cluster when using KIC in Konnect. Finally, t

Michael Heap

What’s New in Kong Ingress Controller 2.10?

Kong Logo
Product ReleasesJune 13, 2023

We’ve just shipped Kong Ingress Controller (KIC) 2.10! This release makes KIC easier to use. In this blog we’ll cover: Expression Router: KIC 2.10 provides an early access preview to a new Rust-based router that has been available since Kong Gat

Michael Heap

What’s New in Kong Ingress Controller 2.9?

Kong Logo
Product ReleasesMarch 30, 2023

We're happy to announce the release of Kong Ingress Controller (KIC) 2.9, in which we've taken significant steps towards solution extensibility, deployment flexibility, and lowering the cost of ownership. [iframe loading="lazy" title="What's new in

Michael Heap

Kong Ingress Controller 2.7: Kubernetes Gateway APIs Go Beta

Kong Logo
Product ReleasesSeptember 28, 2022

At Kong Summit this year, we announced the general availability of Kong Ingress Controller (KIC) 2.6. Today we are excited to announce the release of KIC 2.7 with even more features and improvements. Earlier this year, we launched KIC 2.2 with

Sean Chow

Kong Ingress Controller 2.4: Weighted Load Balancing, Support for TCP, UDP and HTTP Routes

Kong Logo
Product ReleasesJune 9, 2022

Today, we are excited to announce the general availability of Kong Ingress Controller (KIC) 2.4! Earlier this year, we launched KIC 2.2 with initial support for Kubernetes Gateway API . In this release, we're adding weighted load balancing and su

Sean Chow

Kong Ingress Controller 2.2 GA With Gateway API Support

Kong Logo
Product ReleasesFebruary 24, 2022

Today, Kong Ingress Controller (KIC) 2.2 is now generally available. KIC 2.2 marks a major milestone in the development of the Kong Ingress Controller, as it is the first release containing a marquee feature, Gateway API. This represents a major mil

Shane Utt

Kong Ingress Controller 2.0 Now GA! UDP Support, Prometheus Integrations, and More!

Kong Logo
Product ReleasesOctober 21, 2021

Today, we're thrilled to announce the general availability of Kong Ingress Controller 2.0 (KIC) - the most robust, scalable, and extensible version of our Kubernetes Ingress Controller to date. This is a major milestone both for the KIC product as

Kong

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