Skip to content

Commit d39bc76

Browse files
Merge pull request #270543 from MGoedtel/task110112
Updated istio-deploy-addon
2 parents aa2ba24 + a812534 commit d39bc76

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy Istio-based service mesh add-on for Azure Kubernetes Service
33
description: Deploy Istio-based service mesh add-on for Azure Kubernetes Service
44
ms.topic: article
55
ms.custom: devx-track-azurecli
6-
ms.date: 03/26/2024
6+
ms.date: 03/28/2024
77
ms.author: shasb
88
author: shashankbarsin
99
---
@@ -35,6 +35,16 @@ export LOCATION=<location>
3535

3636
This section includes steps to install the Istio add-on during cluster creation or enable for an existing cluster using the Azure CLI. If you want to install the add-on using Bicep, see [install an AKS cluster with the Istio service mesh add-on using Bicep][install-aks-cluster-istio-bicep]. To learn more about the Bicep resource definition for an AKS cluster, see [Bicep managedCluster reference][bicep-aks-resource-definition].
3737

38+
When you install the Istio add-on, it deploys the following set of resources to your AKS cluster to enable Istio functionality:
39+
40+
* Istio control plane components, such as Pilot, Mixer, and Citadel
41+
* Istio ingress gateway
42+
* Istio egress gateway
43+
* Istio sidecar injector webhook
44+
* Istio CRDs (Custom Resource Definitions)
45+
46+
When you enable Istio on your AKS cluster, the sidecar proxy is automatically injected into your application pods. The sidecar proxy is responsible for intercepting all network traffic to and from the pod, and forwarding it to the appropriate destination. In Istio, the sidecar proxy is called **istio-proxy** instead of **envoy**, which is used in other service mesh solutions like Open Sevice Mesh (OSM).
47+
3848
### Revision selection
3949

4050
If you enable the add-on without specifying a revision, a default supported revision is installed for you.

0 commit comments

Comments
 (0)