• The API Platform for AI.

      Explore More
      Platform Runtimes
      Kong Gateway
      • Kong Cloud Gateways
      • Kong Ingress Controller
      • Kong Operator
      • Kong Gateway Plugins
      Kong AI Gateway
      Kong Event Gateway
      Kong Mesh
      Platform Core Services
      • Gateway Manager
      • Mesh Manager
      • Service Catalog
      Platform Applications
      • Developer Portal
      • API and AI Analytics
      • API Products
      Development Tools
      Kong Insomnia
      • API Design
      • API Testing and Debugging
      Self-Hosted API Management
      Kong Gateway Enterprise
      Kong Open Source Projects
      • Kong Gateway OSS
      • Kuma
      • Kong Insomnia OSS
      • Kong Community
      Get Started
      • Sign Up for Kong Konnect
      • Documentation
    • Featured
      Open Banking SolutionsMobile Application API DevelopmentBuild a Developer PlatformAPI SecurityAPI GovernanceKafka Event StreamingAI GovernanceAPI Productization
      Industry
      Financial ServicesHealthcareHigher EducationInsuranceManufacturingRetailSoftware & TechnologyTransportation
      Use Case
      API Gateway for IstioBuild on KubernetesDecentralized Load BalancingMonolith to MicroservicesObservabilityPower OpenAI ApplicationsService Mesh ConnectivityZero Trust SecuritySee all Solutions
      Demo

      Learn how to innovate faster while maintaining the highest security standards and customer trust

      Register Now
  • Customers
    • Documentation
      Kong KonnectKong GatewayKong MeshKong AI GatewayKong InsomniaPlugin Hub
      Explore
      BlogLearning CentereBooksReportsDemosCase StudiesVideos
      Events
      API SummitWebinarsUser CallsWorkshopsMeetupsSee All Events
      For Developers
      Get StartedCommunityCertificationTraining
    • Company
      About UsWhy Kong?CareersPress RoomInvestorsContact Us
      Partner
      Kong Partner Program
      Security
      Trust and Compliance
      Support
      Enterprise Support PortalProfessional ServicesDocumentation
      Press Release

      Kong Expands with New Headquarters in Downtown San Francisco

      Read More
  • Pricing
  • Login
  • Get a Demo
  • Start for Free
Blog
  • Engineering
  • Enterprise
  • Learning Center
  • Kong News
  • Product Releases
    • API Gateway
    • Service Mesh
    • Insomnia
    • Kubernetes
    • API Security
    • AI Gateway
  • Home
  • Blog
  • Product Releases
  • Why We ❤️ the Gateway API
Product Releases
November 6, 2023
6 min read

Why We ❤️ the Gateway API

Michael Heap
Sr Director Developer Experience, Kong

Kubernetes took the world by storm in 2014. A CLI-first experience, containers as a first-class citizen, and a need to dynamically scale workloads meant that Kubernetes was the right choice for many teams moving to the cloud. By late 2015, the community realized that there needed to be a standard way to manage traffic at the edge of a cluster and so the Ingress API was born.

The Ingress API remained under active development for almost five years before graduating to General Availability (GA) status in 2020. However, the Kubernetes Networking SIG were already thinking about the next big thing. The Ingress API was good for simple routing, but tools such as Kong Gateway were already surpassing its capabilities with advanced features such as request rewriting, plugins, and custom load balancing strategies.

The Gateway API was born at KubeCon San Diego in 2019, with the promise of being the next generation of routing configuration for Kubernetes. Kong’s very own Harry Bagdi was in the room when it all kicked off, and he was quick to share his excitement with the rest of the team.

That was four years ago, and through the work of a team of volunteers — which includes many Kong engineers — the Kubernetes Gateway API finally has a GA release. The Gateway API isn’t just a new front door into your cluster, it’s a whole house extension. It has official support for L4 traffic, policies to govern cross-namespace traffic, powerful route matching criteria, and more.

And those are just the technical benefits! From a business perspective, the Gateway API is a fundamental shift for API gateway vendors. It’s a shift back to open standards. It’s the ability to hire developers who know the Gateway API and can hit the ground running on day 1. It’s data portability through a shared configuration language that’s vendor-neutral. The Gateway API is good for the ecosystem, good for businesses, and good for users.

It took a village to get to this point. There are more than 20 active implementations of the Gateway API standard today. Contributors collaborated on mailing lists. They met on video calls. They pair-programmed on conformance test suites. The Gateway API is open source at its finest, and Kong is proud to have members of our team in multiple roles within the project. 

The Gateway API may have been in development for four years, but we can assure you, we’re just getting started.

API Gateways and Kubernetes

An API is only useful if people use it, and when your API is deployed on Kubernetes you need a way to expose it to your users. This is achieved with a Kubernetes Ingress that is exposed as a LoadBalancer service. There are plenty of Ingresses to choose from, across a variety of hardware and software-based options. 

Kubernetes Ingresses are typically configured using the Ingress resource. As a built-in Kubernetes resource, Ingress has high adoption rates, but it’s not ubiquitous. Many vendors have chosen to build their own Ingress representations in order to overcome the limitations of the default Ingress resource.

At Kong, we chose to extend the default Ingress resource with annotations to augment the default routing rules of Ingress with powerful plugins such as authentication, rate limiting, and response caching. We also developed new resources such as TCPIngress and UDPIngress to address the fact that Ingress was only suitable for L7 traffic.

With the addition of the Gateway API, all of that goes away. The Gateway API takes the last four years of usage data by Kubernetes users and implements a new way to configure Kubernetes Ingresses that is flexible enough to allow for all of the use cases mentioned above. There are new TCPRoute and UDPRoute resources to allow for L4 traffic. You can use the extensionRef filter to customize the behavior of your API gateway. It’s all built into the Gateway API.

All of this functionality is supported by Kong Gateway, which is the most popular open source API gateway in the world, powering approximately 9 trillion API requests per month. Kong Ingress Controller pairs perfectly with the Gateway API, allowing you to access all the power of Kong Gateway using industry standard Kubernetes resources.

Diving deep into the Gateway API's advanced capabilities

The Gateway API unlocks a whole new set of request routing capabilities. It’s driven innovation within Kong Gateway itself (such as the ability to match on query strings) and enables common use cases for end users such as weight-based traffic splitting.

Security is a big focus for the Gateway API GA release, with the capability to route traffic to services in different namespaces controlled using ReferenceGrant and allowedRoutes. This has been a long-standing pain point for Ingress API users, which is being well received by the community.

Finally, the Gateway API brings official support for L4 traffic. Many Kong Gateway users are proxying L4 traffic to pods running things like Kafka or MongoDB. The Gateway API provides an official way to define those traffic routes across all conformant Ingress implementations.

We’ll dive further into the technical aspects of the Gateway API in a future blog post from Mattia Lavacca, who’s a Gateway API contributor and KubeCon NA speaker (subscribe to make sure you don’t miss it).

Gateway API: OSS at its finest

The Gateway API fulfills the promise of open source. People from a variety of backgrounds collaborating to make the world a better place. Companies such as Google, Kong, VMware, and Isovalent coming together to build a vendor-neutral industry standard. Kong is the second biggest contributor to the Gateway API after Google, and given the disparity in company size we’re proud to have had such an outsized impact.

OSS is in Kong’s DNA, and the Gateway API has given us an opportunity to innovate in the Kubernetes ecosystem to drive open standards that benefit everyone, not just our customers.

Our Kongtributions

The Gateway API project was born at KubeCon NA in San Diego 2019, we were in the room when the project kicked off. The team came back energized and started evangelizing internally about the opportunities the project provided.

As early adopters, Kong has helped define the requirements for Kubernetes Ingresses across the industry. We were the first conformance profile submitted upstream, and are 100% conformant with the GA release.

We’ve been involved with the Gateway API every step of the way. With Shane Utt as the networking SIG co-chair, Mattia Lavacca contributing to the conformance test suite and Mike Beaumont leading the charge for GAMMA, Kong have ensured that the future of Kubernetes Ingresses meets all our customers' needs.

Finally, we recognize that many users have years of configuration using the Ingress resource. To enable a smooth transition to Gateway API resources, we’ve contributed a Kong provider to ingress2gateway that migrates custom Kong annotations to Gateway API configuration objects. To learn more, see the ingress2gateway Kong provider.

Get started with the Gateway API using KIC 3.0

The quickest way to get started with the Gateway API is using Kong Ingress Controller 3.0. We’ve revamped the KIC documentation to be Gateway API-first and built a brand new getting started guide using the HTTPRoute resource.

To learn more about the Gateway API and Kong, take a look at the following resources:

  • [Tech Talk] Exposing Services with the Kubernetes Gateway API
  • [Tech Talk] Gateway to the Future: A Brief History of Kubernetes Ingress
  • [Tech Talk] Making Kong Cloud-Native with the Kong Ingress Controller
  • Painless Kong Gateway Upgrades on Kubernetes with the Kong Gateway Operator
Topics:API Gateway
Powering the API world

Increase developer productivity, security, and performance at scale with the unified platform for API management, 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