# Kubernetes Gateway API — Next-Generation Service Networking for K8s > The Kubernetes Gateway API is the official successor to Ingress, providing expressive, extensible, and role-oriented routing for HTTP, gRPC, TCP, and TLS traffic in Kubernetes clusters. ## Install Save in your project root: # Kubernetes Gateway API — Next-Generation Service Networking for K8s ## Quick Use ```bash # Install the Gateway API CRDs kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/latest/download/standard-install.yaml # Deploy a GatewayClass and Gateway (implementation-specific, e.g., Envoy Gateway) kubectl apply -f - <