File tree Expand file tree Collapse file tree 3 files changed +465
-0
lines changed Expand file tree Collapse file tree 3 files changed +465
-0
lines changed Original file line number Diff line number Diff line change 540
540
href : ../application-gateway/tutorial-ingress-controller-add-on-existing.md?toc=/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json
541
541
- name : Use Istio gateway with Istio Service Mesh add-on
542
542
href : istio-deploy-ingress.md
543
+ - name : Deploy secure Istio ingress gateway
544
+ href : istio-secure-gateway.md
543
545
- name : Load balancing
544
546
items :
545
547
- name : Create an internal load balancer
674
676
href : istio-meshconfig.md
675
677
- name : Deploy external or internal Istio Ingress
676
678
href : istio-deploy-ingress.md
679
+ - name : Deploy secure Istio ingress gateway
680
+ href : istio-secure-gateway.md
677
681
- name : Plug-in CA certificates for Istio
678
682
href : istio-plugin-ca.md
679
683
- name : Upgrade Istio service mesh add-on
Original file line number Diff line number Diff line change @@ -237,5 +237,10 @@ If you want to clean up all the resources created from the Istio how-to guidance
237
237
az group delete --name ${RESOURCE_GROUP} --yes --no-wait
238
238
```
239
239
240
+ ## Next steps
241
+
242
+ * [ Secure ingress gateway for Istio service mesh add-on] [ istio-secure-gateway ]
243
+
240
244
[ istio-deploy-addon ] : istio-deploy-addon.md
245
+ [ istio-secure-gateway ] : istio-secure-gateway.md
241
246
You can’t perform that action at this time.
0 commit comments