The Kubernetes Gateway API intends to provide a modern interface for managing service networking in Kubernetes environments| Tigera - Creator of Calico
Self-managing a single-node Kubernetes deployment with k3s is probably the least painful way of deploying small projects that might not (ever) be profitable.| crescentro.se
The Kubernetes world is experiencing a seismic shift as it moves from Ingress controllers to the shiny new Gateway API. While changing anything that works can be a challenge, it is beneficial for you to familiarize yourself with Gateway API.| NGINX Community Blog
Make your HTTP (or HTTPS) network service available using a protocol-aware configuration mechanism, that understands web concepts like URIs, hostnames, paths, and more. The Ingress concept lets you map traffic to different backends based on rules you define via the Kubernetes API.| Kubernetes