Skip to content

Commit a30d522

Browse files
v1.9.11 - AKS Istio add-on support
1 parent 1cdab02 commit a30d522

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

articles/application-gateway/for-containers/service-mesh-integration.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: JackStromberg
66
ms.service: azure-appgw-for-containers
77
ms.topic: how-to
8-
ms.date: 11/15/2025
8+
ms.date: 1/28/2026
99
ms.author: jstrom
1010
---
1111

@@ -29,9 +29,6 @@ Here's a diagram of Application Gateway for Containers integrating with Istio se
2929

3030
The ALB Controller Istio Extension consists of two pods, deployed in active / standby configuration to allow resiliency during node failure, handle certificate lifecycle management between Application Gateway for Containers and Istio, and implicitly handle mTLS configuration to services part of a service mesh.
3131

32-
>[!NOTE]
33-
>Application Gateway for Containers only supports the community/open source version of Istio today. Istio-based service mesh add-on for AKS isn't supported at this time.
34-
3532
>[!NOTE]
3633
>To use ALB Controller Service Mesh Extension, you must define your ingress intent using Gateway API. Ingress API isn't supported.
3734
@@ -51,7 +48,7 @@ az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
5148

5249
helm install alb-controller-servicemesh-extension oci://mcr.microsoft.com/application-lb/charts/alb-controller-servicemesh-extension \
5350
--namespace $HELM_NAMESPACE \
54-
--version 1.8.12
51+
--version 1.9.11
5552
```
5653

5754
### Verify the ALB Controller installation

0 commit comments

Comments
 (0)