• Explore the unified API Platform
        • BUILD APIs
        • Kong Insomnia
        • API Design
        • API Mocking
        • API Testing & 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 & Billing
        • Analytics
        • APIOps & 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
  • Agents
      • FOR PLATFORM TEAMS
      • Developer Platform
      • Kubernetes & 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 Cost Control
      • AI Governance
      • AI Integration
      • AI Security
      • 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
      • DOCUMENTATION
      • Kong Konnect
      • Kong Gateway
      • Kong Mesh
      • Kong AI Gateway
      • Kong Insomnia
      • Plugin Hub
      • EXPLORE
      • Blog
      • Learning Center
      • eBooks
      • Reports
      • Demos
      • Customer Stories
      • Videos
      • EVENTS
      • API Summit
      • Webinars
      • User Calls
      • Workshops
      • Meetups
      • See All Events
      • FOR DEVELOPERS
      • Get Started
      • Community
      • Certification
      • Training
      • COMPANY
      • About Us
      • Why Kong?
      • We're Hiring!
      • Press Room
      • Investors
      • Contact Us
      • PARTNER
      • Kong Partner Program
      • SECURITY
      • Trust and Compliance
      • SUPPORT
      • Enterprise Support Portal
      • Professional Services
      • Documentation
      • Press Releases

        Kong Names Bruce Felt as Chief Financial Officer

        Read More
  • Pricing
  • Login
  • Get a Demo
  • Start for Free
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 Kong Operator 2.1
Product Releases
February 10, 2026
2 min read

Announcing Kong Operator 2.1

Justin Davies
Product Manager, Mesh and Kubernetes, Kong

Kong Operator 2.1 is a significant update for our customers, opening up integration into the Kong ecosystem for our Kubernetes customers.

Support for Gateway API with Konnect

With Kong Ingress Controller, when your Control Plane was hosted in Kong Konnect, and you were using Kubernetes Gateway API, your dataplane, routes, and services were in read-only mode.

When using Kong Ingress Controller with Kubernetes Gateway API, Kubernetes serves as the authoritative source of truth for configuration, with Konnect reflecting and enforcing that declarative state.

With KO 2.1, the authority is still Kubernetes, but Konnect is also able to share responsibility for its offerings. You are now able to take advantage of the full Konnect ecosystem, including Dev Portal, Service Catalog, and Gateway Debugger — all while configuration is being driven through Gateway API within Kubernetes.

Support for cross namespace references

We have introduced support for cross namespace references for Plugins and secrets (we already support cross namespace routes / services to the Gateway object). This is a continuation of the persona driven architecture of Gateway API, allowing you to codify the separation of concerns around authentication and plugin configuration using a KongReferenceGrant.

1apiVersion: configuration.konghq.com/v1alpha1
2kind: KongReferenceGrant
3metadata:
4 name: allow-kong-bindings-to-use-plugin-catalog
5 namespace: plugins
6spec:
7 from:
8   - group: configuration.konghq.com
9     kind: KongPluginBinding
10     namespace: kong
11 to:
12   - group: configuration.konghq.com
13     kind: KongPlugin

Adopt Konnect Entities

If you have created Services, Routes, or Services in Konnect prior to using Kong Operator, you can adopt these entities within the Operator so you have a central, Kubernetes-centric place to manage them. Take a look at the documentation to see how you can carry out the migration.

Continued support for Ingress

With the community announcement around the deprecation of NGINX Ingress, we continue to support Ingress through Kong Operator. This provides an enterprise-supported and well-maintained platform for customers to migrate to. Being able to support both Gateway API and Ingress provides a low-risk migration path to continue the support for your critical infrastructure. For more information on Ingress support on Kong Operator, take a look at our dedicated documentation.

Coming soon: NGINX Ingress migration tool

We will shortly be releasing a migration tool to help you migrate from NGINX Ingress to either Kong Ingress or Gateway API. This Open Source tool will help to migrate from NGINX Ingress annotations as well as Ingress definitions to using Kong Plugins where appropriate to give you more power when migrating and land on a platform that is supported for the long term.

Combine HTTP Routes is enabled by default

This will combine any rules with same combination of backend services (the combination of namespace, name, port, and weight in backendRefs of rules) in all HTTPRoutes within the same namespace and translate them into one Kong Gateway Service.

Gateway OperatorKubernetesAPI GatewayKong Konnect

Table of Contents

  • Support for Gateway API with Konnect
  • Support for cross namespace references
  • Adopt Konnect Entities
  • Continued support for Ingress
  • Coming soon: NGINX Ingress migration tool
  • Combine HTTP Routes is enabled by default

More on this topic

Webinars

Quarterly Platform Updates & Roadmap Webinar

Videos

Service Catalog: Unifying Discovery for API Consumers and Producers

See Kong in action

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

Get a Demo
Topics
Gateway OperatorKubernetesAPI GatewayKong Konnect
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

Kong Gateway Operator 1.5: Better Together with Konnect

Product ReleasesApril 1, 2025

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

Hugo Guerrero

Kong Gateway Operator 1.4: Konnect Edition

Product ReleasesNovember 7, 2024

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 ma

Michael Heap

How We Built It: Managing Konnect Entities from K8s Clusters with KGO

EngineeringDecember 18, 2024

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

Patryk Małek

Announcing Kong Operator 2.0

Product ReleasesOctober 1, 2025

Simplified controller configuration When using the Kong Ingress Controller, a significant amount of effort was needed to apply configuration to the controller by setting environment variables. The new ControlPlane resource greatly simplifies this an

Justin Davies

Kong Gateway Operator 1.6: Improved Support for Konnect and AWS Transit Gateways

Product ReleasesJune 3, 2025

We're continuing our efforts to make Kong Gateway Operator (KGO) the preferred way to install, upgrade, scale, and manage a Kong Gateway or Kubernetes Ingress — whether you’re managing from Kong Konnect or Kubernetes. With this latest release, we're

Umair Waheed

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

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