Skip to main content

5 posts tagged with "App Routing"

AKS Application Routing add-on usage, ingress, certificates, and traffic management.

View All Tags

Deploy Anyscale on Azure with Terraform: a step-by-step guide

· 17 min read
Paul Yu
Cloud Native Developer Advocate

A few weeks ago at Microsoft Build, the public preview of Anyscale on Azure was announced. If you're not familiar, Anyscale on Azure is a managed platform for running distributed AI/ML workloads with Ray on AKS. It's an Azure Native integration, a co-engineered effort between Anyscale and Microsoft, that deploys an operator onto your AKS cluster and integrates with Microsoft Entra ID for single sign-on (SSO).

The official quickstart walks you through deploying Anyscale on Azure using the Azure CLI and Azure Portal with Envoy Gateway for ingress. That's a solid starting point, but if you're like me, you want everything in Terraform so your infrastructure is repeatable, version-controlled, and easy to tear down.

In this post, we'll walk through a Terraform configuration that deploys the full Anyscale on Azure stack, swapping out Envoy Gateway for AKS managed Gateway API with Istio-based app routing. With this approach, AKS handles the gateway lifecycle and you skip the step of installing and configuring Envoy Gateway entirely.

App Routing Gateway API is GA: Here's a Demo

· 17 min read
Jaiveer Katariya
Software Engineer for the Azure Kubernetes Service

The AKS App Routing add-on's Kubernetes Gateway API implementation — approuting-istio — is generally available. Together with that, the Managed Gateway API installation for AKS is also GA, so the CRDs, the controller stack, and the gateway data plane you need to run Gateway API on AKS are all now first-class, supported features.

Announcing Gateway API support for App Routing

· 7 min read
Jaiveer Katariya
Software Engineer for the Azure Kubernetes Service

Gateway API logo

Update — now generally available

As of AKS release v20260428 (April 28, 2026), both managed Gateway API (--enable-gateway-api) and the app routing Istio Gateway API implementation (--enable-app-routing-istio) are generally available on AKS.

You no longer need preview feature flags or the aks-preview extension; the steps later in this post reflect the original preview experience.

We're announcing preview support for the Kubernetes Gateway API in the AKS application routing add-on. This brings a modern, role-oriented traffic management model to AKS — and establishes a clear migration path ahead of the upcoming Ingress-NGINX retirement.

End-to-End TLS Encryption with AKS App Routing and AFD

· 14 min read
Steve Griffith
Microsoft App Innovation Global Blackbelt team

When running globally distributed public applications in Kubernetes, having access to a global traffic management solution is critical to ensuring high availability and security at the edge. Fortunately, Azure Front Door provides an easy-to-use global traffic routing capability, with integrated Content Delivery Network and Web Application Firewall.