You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/istio-about.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,22 +44,37 @@ This service mesh add-on uses and builds on top of open-source Istio. The add-on
44
44
45
45
## Limitations
46
46
47
-
Istio-based service mesh add-on for AKS has the following limitations:
47
+
Istio-based service mesh add-on for AKS currently has the following limitations:
48
48
* The add-on doesn't work on AKS clusters that are using [Open Service Mesh addon for AKS][open-service-mesh-about].
49
49
* The add-on doesn't work on AKS clusters that have Istio installed on them already outside the add-on installation.
50
50
* The add-on doesn't support adding pods associated with virtual nodes to be added under the mesh.
51
+
* The add-on doesn't support egress gateways for outbound traffic control.
52
+
* The add-on doesn't support the sidecar-less Ambient dataplane mode.
53
+
* The add-on doesn't support multi-cluster, multi-mesh, multi-cloud, or hybrid deployments.
54
+
* The add-on restricts mesh-wide configuration options for the [Istio meshconfig][istio-meshconfig].
55
+
* The add-on doesn't support static IP address, port, or other customizations for the [Istio add-on ingress gateways][istio-ingress].
51
56
* Istio doesn't support Windows Server containers.
52
-
* Customization of mesh based on the following custom resources is blocked for now - `EnvoyFilter, ProxyConfig, WorkloadEntry, WorkloadGroup, Telemetry, IstioOperator, WasmPlugin`
57
+
* Customization of mesh based on the following custom resources is blocked for now - `ProxyConfig, WorkloadEntry, WorkloadGroup, Telemetry, IstioOperator, WasmPlugin`. For `EnvoyFilter`, the add-on only supports customization of Lua script filters (`type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua`) - other `EnvoyFilter` types are blocked.
58
+
53
59
* Gateway API for Istio ingress gateway or managing mesh traffic (GAMMA) are currently not yet supported with Istio addon.
54
60
55
61
## Next steps
56
62
63
+
### Feedback and Feature Requests
64
+
65
+
Feedback and feature requests for the Istio-based service mesh add-on should be raised as a new issue in the [AKS github repository][aks-gh-issues]. Please open a new issue with and add the `mesh` label.
66
+
57
67
*[Deploy Istio-based service mesh add-on][istio-deploy-addon]
68
+
*[Troubleshoot Istio-based service mesh add-on][istio-troubleshooting]
Copy file name to clipboardExpand all lines: articles/aks/istio-deploy-addon.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,10 @@ az group delete --name ${RESOURCE_GROUP} --yes --no-wait
240
240
241
241
## Next steps
242
242
243
+
### Feedback and Feature Requests
244
+
245
+
Feedback and feature requests for the Istio-based service mesh add-on should be raised as a new issue in the [AKS github repository][aks-gh-issues]. Please open a new issue with and add the `mesh` label.
246
+
243
247
*[Deploy external or internal ingresses for Istio service mesh add-on][istio-deploy-ingress]
244
248
*[Scale istiod and ingress gateway HPA][istio-scaling-guide]
245
249
@@ -259,3 +263,4 @@ az group delete --name ${RESOURCE_GROUP} --yes --no-wait
Copy file name to clipboardExpand all lines: articles/aks/istio-deploy-ingress.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,9 +242,13 @@ az group delete --name ${RESOURCE_GROUP} --yes --no-wait
242
242
243
243
## Next steps
244
244
245
+
> [!NOTE]
246
+
> In case of any issues encountered with deploying the Istio ingress gateway or configuring ingress traffic routing, refer to [article on troubleshooting Istio add-on ingress gateways][istio-ingress-tsg]
247
+
245
248
*[Secure ingress gateway for Istio service mesh add-on][istio-secure-gateway]
0 commit comments