Back to Glossary
Kubernetes

What is Gateway API?

The next-generation Kubernetes API for managing ingress and routing, replacing Ingress.

The Kubernetes Gateway API is the next-generation standard for traffic routing in Kubernetes, designed to replace the Ingress API. It's more expressive: GatewayClass (infrastructure), Gateway (listener), and HTTPRoute/GRPCRoute (routing rules) are separate resources with clear role separation. It supports advanced features like traffic splitting, header manipulation, and cross-namespace routing that Ingress can't express. Most major ingress controllers (nginx, Istio, Envoy Gateway) now support it.

Deep Dive Guide

how to set up kubernetes gateway api

Test your knowledge of Gateway API and 130 other DevOps concepts