In Kubernetes, one of the most critical tasks is managing how services inside the cluster are exposed to the outside world. For a long time, the Ingress API has been the standard way to handle HTTP(S) traffic, acting as the gateway that routes requests from external clients to the right services within the cluster. While Ingress has served its...