Skip to content

Commit 46eceac

Browse files
Fix issues on Istio deploy doc
1 parent 53bc643 commit 46eceac

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ 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-
4838
### Revision selection
4939

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

0 commit comments

Comments
 (0)