Skip to content

Commit f93d206

Browse files
authored
Merge pull request MicrosoftDocs#1450 from lisaguthrie/patch-3
updating references to Azure Dev Spaces
2 parents e04e52b + ddef69c commit f93d206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deployment/tutorial-kubernetes-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload:
1212
---
1313
# Get started with Visual Studio Kubernetes Tools
1414

15-
The Visual Studio Kubernetes Tools help streamline the development of containerized applications targeting Kubernetes. Visual Studio can automatically create the configuration-as-code files needed to support Kubernetes deployment, such as Dockerfiles and Helm charts. In addition, you can publish directly to an Azure Kubernetes Service (AKS) cluster from Visual Studio.
15+
The Visual Studio Kubernetes Tools help streamline the development of containerized applications targeting Kubernetes. Visual Studio can automatically create the configuration-as-code files needed to support Kubernetes deployment, such as Dockerfiles and Helm charts. You can debug your code in a live Azure Kubernetes Service (AKS) cluster using Azure Dev Spaces, or publish directly to an AKS cluster from inside Visual Studio.
1616

1717
## Prerequisites
1818

@@ -22,7 +22,7 @@ To leverage this new functionality, you'll need:
2222

2323
- The [Kubernetes tools for Visual Studio](https://aka.ms/get-vsk8stools), available as a separate download.
2424

25-
- [Docker for Windows](https://store.docker.com/editions/community/docker-ce-desktop-windows) installed on your development workstation (that is, where you run Visual Studio)
25+
- [Docker for Windows](https://store.docker.com/editions/community/docker-ce-desktop-windows) installed on your development workstation (that is, where you run Visual Studio), if you wish to build Docker images, debug Docker containers running locally, or publish to AKS.
2626

2727
- If you wish to publish to AKS from Visual Studio:
2828

@@ -71,7 +71,7 @@ The added files are:
7171

7272
- a Helm chart, and a *charts* folder. These yaml files make up the Helm chart for the application, which you can use to deploy it to Kubernetes. For more information on Helm, see [https://www.helm.sh](https://www.helm.sh).
7373

74-
- *azds.yaml*. This contains settings for Azure Dev Spaces, a new service that provides a rapid, iterative debugging experience in Azure Kubernetes Service. This file is currently unused, but is reserved for future use by Azure Dev Spaces.
74+
- *azds.yaml*. This contains settings for Azure Dev Spaces, which provides a rapid, iterative debugging experience in Azure Kubernetes Service. For more information, please reference [the Azure Dev Spaces documentation](https://docs.microsoft.com/azure/dev-spaces/azure-dev-spaces).
7575

7676
## Publish to Azure Kubernetes Service (AKS)
7777

0 commit comments

Comments
 (0)