Skip to content

Commit 56b625a

Browse files
Merge pull request #272839 from deveshdama/main
Secure Gateway for Istio service mesh add-on
2 parents 0a48537 + d1dc667 commit 56b625a

File tree

3 files changed

+465
-0
lines changed

3 files changed

+465
-0
lines changed

articles/aks/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@
540540
href: ../application-gateway/tutorial-ingress-controller-add-on-existing.md?toc=/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json
541541
- name: Use Istio gateway with Istio Service Mesh add-on
542542
href: istio-deploy-ingress.md
543+
- name: Deploy secure Istio ingress gateway
544+
href: istio-secure-gateway.md
543545
- name: Load balancing
544546
items:
545547
- name: Create an internal load balancer
@@ -674,6 +676,8 @@
674676
href: istio-meshconfig.md
675677
- name: Deploy external or internal Istio Ingress
676678
href: istio-deploy-ingress.md
679+
- name: Deploy secure Istio ingress gateway
680+
href: istio-secure-gateway.md
677681
- name: Plug-in CA certificates for Istio
678682
href: istio-plugin-ca.md
679683
- name: Upgrade Istio service mesh add-on

articles/aks/istio-deploy-ingress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,5 +237,10 @@ If you want to clean up all the resources created from the Istio how-to guidance
237237
az group delete --name ${RESOURCE_GROUP} --yes --no-wait
238238
```
239239

240+
## Next steps
241+
242+
* [Secure ingress gateway for Istio service mesh add-on][istio-secure-gateway]
243+
240244
[istio-deploy-addon]: istio-deploy-addon.md
245+
[istio-secure-gateway]: istio-secure-gateway.md
241246

0 commit comments

Comments
 (0)