Skip to content

Commit 40a6ade

Browse files
authored
Merge pull request #89239 from zr-msft/dev-spaces-troubeshooting-faq
[Dev Spaces] refactored troubleshooting and create FAQ
2 parents aefe5dd + 338a8c9 commit 40a6ade

File tree

3 files changed

+277
-290
lines changed

3 files changed

+277
-290
lines changed

articles/dev-spaces/faq.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: "Frequently asked questions about Azure Dev Spaces"
3+
titleSuffix: Azure Dev Spaces
4+
services: azure-dev-spaces
5+
ms.service: azure-dev-spaces
6+
author: zr-msft
7+
ms.author: zarhoads
8+
ms.date: 09/25/2019
9+
ms.topic: "conceptual"
10+
description: "Find answers to some of the common questions about Azure Dev Spaces"
11+
keywords: "Docker, Kubernetes, Azure, AKS, Azure Kubernetes Service, containers, Helm, service mesh, service mesh routing, kubectl, k8s "
12+
---
13+
14+
# Frequently asked questions about Azure Dev Spaces
15+
16+
This addresses frequently asked questions about Azure Dev Spaces.
17+
18+
## Which Azure regions currently provide Azure Dev Spaces?
19+
20+
For a complete list of available regions, see [supported regions and configurations][supported-regions].
21+
22+
## Can I use Azure Dev Spaces without a public IP address?
23+
24+
No, you can't provision Azure Dev Spaces on an AKS Cluster without a public IP. A public IP is [needed by Azure Dev Spaces for routing][dev-spaces-routing].
25+
26+
## Can I use my own ingress with Azure Dev Spaces?
27+
28+
Yes, you can configure your own ingress along side the one Azure Dev Spaces creates. For example, you can use [traefik][ingress-traefik].
29+
30+
## Can I use HTTPS with Azure Dev Spaces?
31+
32+
Yes, you can configure your own ingress with HTTPS using [traefik][ingress-https-traefik].
33+
34+
## Can I use Azure Dev Spaces on a cluster that uses CNI rather than kubenet?
35+
36+
Yes, you can use Azure Dev Spaces on an AKS cluster that uses CNI for networking. For example, you can use Azure Dev Spaces on an AKS cluster with [existing Windows containers][windows-containers], which uses CNI for networking.
37+
38+
## Can I use Azure Dev Spaces with Windows Containers?
39+
40+
Currently, Azure Dev Spaces is intended to run on Linux pods and nodes only, but you can run Azure Dev Spaces on an AKS cluster with [existing Windows containers][windows-containers].
41+
42+
43+
[dev-spaces-routing]: how-dev-spaces-works.md#how-routing-works
44+
[ingress-traefik]: how-to/ingress-https-traefik.md#configure-a-custom-traefik-ingress-controller
45+
[ingress-https-traefik]: how-to/ingress-https-traefik.md#configure-the-traefik-ingress-controller-to-use-https
46+
[supported-regions]: about.md#supported-regions-and-configurations
47+
[windows-containers]: how-to/run-dev-spaces-windows-containers.md

articles/dev-spaces/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,5 @@
9191
href: how-to/ingress-https-traefik.md
9292
- name: Troubleshooting
9393
href: troubleshooting.md
94+
- name: FAQ
95+
href: faq.md

0 commit comments

Comments
 (0)