We had a use case to expose Kubernetes Gateway API from a multi-tenant AKS cluster through Azure Application Gateway. The integration wasn't straightforward—health probes failed, backends showed unhealthy, and traffic wouldn't flow. This post details a solution that addresses these integration challenges.
Since this solution and POC is based on...