Skip to content

Commit f3ae363

Browse files
Istio addon docs
1 parent b270bd4 commit f3ae363

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/aks/istio-about.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Istio based service mesh add-on for Azure Kubernetes Service (preview)
3-
description: Istio based service mesh add-on for Azure Kubernetes Service.
2+
title: Istio-based service mesh add-on for Azure Kubernetes Service (preview)
3+
description: Istio-based service mesh add-on for Azure Kubernetes Service.
44
ms.topic: article
55
ms.date: 04/09/2023
66
ms.author: shasb
77
---
88

9-
# Istio based service mesh add-on for Azure Kubernetes Service (preview)
9+
# Istio-based service mesh add-on for Azure Kubernetes Service (preview)
1010

1111
[Istio][istio-overview] addresses the challenges developers and operators face with a distributed or microservices architecture. The Istio-based service mesh add-on provides an officially supported and tested integration for Azure Kubernetes Service (AKS).
1212

@@ -43,7 +43,7 @@ This service mesh add-on uses and builds on top of open source Istio. The add-on
4343

4444
## Limitations
4545

46-
Istio based service mesh add-on for AKS has the following limitations:
46+
Istio-based service mesh add-on for AKS has the following limitations:
4747

4848
* The add-on currently doesn't work on AKS clusters using [Azure CNI Powered by Cilium][azure-cni-cilium].
4949
* The add-on doesn't work on AKS clusters that are using [Open Service Mesh addon for AKS][open-service-mesh-about].
@@ -52,7 +52,7 @@ Istio based service mesh add-on for AKS has the following limitations:
5252

5353
## Next steps
5454

55-
* [Deploy Istio based service mesh add-on][istio-deploy-addon]
55+
* [Deploy Istio-based service mesh add-on][istio-deploy-addon]
5656

5757
[istio-overview]: https://istio.io/latest/
5858
[managed-prometheus-overview]: ../azure-monitor/essentials/prometheus-metrics-overview.md

articles/aks/istio-deploy-addon.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Deploy Istio based service mesh add-on for Azure Kubernetes Service (preview)
3-
description: Deploy Istio based service mesh add-on for Azure Kubernetes Service (preview)
2+
title: Deploy Istio-based service mesh add-on for Azure Kubernetes Service (preview)
3+
description: Deploy Istio-based service mesh add-on for Azure Kubernetes Service (preview)
44
ms.topic: article
55
ms.custom: devx-track-azurecli
66
ms.date: 04/09/2023
77
ms.author: shasb
88
---
99

10-
# Deploy Istio based service mesh add-on for Azure Kubernetes Service (preview)
10+
# Deploy Istio-based service mesh add-on for Azure Kubernetes Service (preview)
1111

1212
This article shows you how to install the Istio-based service mesh add-on for Azure Kubernetes Service (AKS) cluster.
1313

14-
For more information on Istio and the service mesh add-on, see [Istio based service mesh add-on for Azure Kubernetes Service][istio-about].
14+
For more information on Istio and the service mesh add-on, see [Istio-based service mesh add-on for Azure Kubernetes Service][istio-about].
1515

1616
## Before you begin
1717

articles/aks/istio-deploy-ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article shows you how to deploy external or internal ingresses for Istio se
1515

1616
## Prerequisites
1717

18-
This guide assumes an existing AKS cluster with the Istio add-on enabled and an application deployed. For more information on enabling the Istio add-on in your cluster and deploying a sample application, see [Deploy Istio based service mesh add-on for AKS][istio-deploy-addon].
18+
This guide assumes an existing AKS cluster with the Istio add-on enabled and an application deployed. For more information on enabling the Istio add-on in your cluster and deploying a sample application, see [Deploy Istio-based service mesh add-on for AKS][istio-deploy-addon].
1919

2020
## Enable external ingress gateway
2121

@@ -207,7 +207,7 @@ Use `kubectl exec` to confirm application is accessible from inside the cluster'
207207

208208
```bash
209209
kubectl exec "$(kubectl get pod -l app=ratings -o jsonpath='{.items[0].metadata.name}')" -c ratings -- curl -sS "http://$GATEWAY_URL_INTERNAL/productpage" | grep -o "<title>.*</title>"
210-
```
210+
```
211211

212212
Confirm you see the sample application's product page is accessible. For example:
213213

0 commit comments

Comments
 (0)