Skip to content

Commit 4dbe213

Browse files
authored
Merge pull request #111479 from zr-msft/ds-istio-faq
[Dev Spaces] add FAQ entry for Istio compatability
2 parents b673e20 + 8deadf7 commit 4dbe213

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/dev-spaces/faq.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ In Visual Studio Code, it is possible to [open separate projects in a single wor
8484

8585
In Visual Studio, it is possible to configure .NET Core solutions for debugging through Azure Dev Spaces.
8686

87+
## Can I use Azure Dev Spaces with a service mesh?
88+
89+
At this time, you can't use Azure Dev Spaces with service meshes such as [Istio][istio] or [Linkerd][linkerd]. You can run Azure Dev Spaces and a service mesh on the same AKS cluster, but you can't have both Azure Dev Spaces and a service mesh enabled in the same namespace.
90+
8791
[aks-auth-range]: ../aks/api-server-authorized-ip-ranges.md
8892
[aks-auth-range-create]: ../aks/api-server-authorized-ip-ranges.md#create-an-aks-cluster-with-api-server-authorized-ip-ranges-enabled
8993
[aks-auth-range-ranges]: https://github.com/Azure/dev-spaces/tree/master/public-ips
@@ -100,6 +104,8 @@ In Visual Studio, it is possible to configure .NET Core solutions for debugging
100104
[ingress-traefik]: how-to/ingress-https-traefik.md#configure-a-custom-traefik-ingress-controller
101105
[ingress-https-nginx]: how-to/ingress-https-nginx.md#configure-the-nginx-ingress-controller-to-use-https
102106
[ingress-https-traefik]: how-to/ingress-https-traefik.md#configure-the-traefik-ingress-controller-to-use-https
107+
[istio]: https://istio.io/
108+
[linkerd]: https://linkerd.io/
103109
[quickstart-cli]: quickstart-cli.md
104110
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service
105111
[vs-code-multi-root-workspaces]: https://code.visualstudio.com/docs/editor/multi-root-workspaces

0 commit comments

Comments
 (0)