Skip to content

Commit 0499d81

Browse files
authored
Merge pull request #8323 from j-martens/patch-67
Retitling + metadata
2 parents eec0b10 + ea4dfca commit 0499d81

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

docs/containers/bridge-to-kubernetes.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,35 @@
11
---
2-
title: Use Bridge to Kubernetes with Visual Studio
3-
titleSuffix: ""
2+
title: "Tutorial: Connect development machines with Bridge to Kubernetes"
43
ms.technology: vs-azure
54
ms.date: 03/24/2021
6-
ms.topic: "quickstart"
7-
description: "Learn how to use Bridge to Kubernetes with Visual Studio to connect your development computer to a Kubernetes cluster"
5+
ms.topic: "tutorial"
6+
description: "Connect your development computer to a Kubernetes cluster with Bridge to Kubernetes with Visual Studio."
87
keywords: "Bridge to Kubernetes, Azure Dev Spaces, Dev Spaces, Docker, Kubernetes, Azure, containers"
98
monikerRange: ">=vs-2019"
109
ms.author: ghogen
1110
author: ghogen
1211
manager: jmartens
1312
---
1413

15-
# Use Bridge to Kubernetes
14+
# Tutorial: Use Bridge to Kubernetes to connect your clusters and your development computers
1615

17-
You can use Bridge to Kubernetes to redirect traffic between your Kubernetes cluster and code running on your development computer. This guide also provides a script for deploying a large sample application with multiple microservices on a Kubernetes cluster.
16+
In this tutorial, you'll learn how to use Bridge to Kubernetes to redirect traffic between your Kubernetes cluster and code running on your development computer.
1817

19-
## Before you begin
18+
This guide also provides a script for deploying a large sample application with multiple microservices on a Kubernetes cluster.
2019

21-
This guide uses the [TODO App sample application][todo-app-github] to demonstrate connecting your development computer to a Kubernetes cluster. If you already have your own application running on a Kubernetes cluster, you can still follow the steps below and use the names of your own services.
20+
Learn more about Bridge to Kubernetes with the article, [How Bridge to Kubernetes works](overview-bridge-to-kubernetes.md).
2221

23-
This sample illustrates how Bridge to Kubernetes can be used to develop a microservice version of a simple TODO application on any Kubernetes cluster. This sample, using Visual Studio, has been adapted from code provided by [TodoMVC](http://todomvc.com). These steps should work with any Kubernetes cluster.
22+
## Prerequisites
23+
24+
- A Kubernetes cluster
25+
- [Visual Studio 2019][visual-studio] version 16.7 Preview 4 or greater running on Windows 10.
26+
- [Bridge to Kubernetes extension installed][btk-extension]
27+
28+
## About the data
29+
30+
This tutorial uses Bridge to Kubernetes to develop a microservice version of a simple TODO sample application on any Kubernetes cluster. This [TODO App sample application][todo-app-github], using Visual Studio, has been adapted from code provided by [TodoMVC](http://todomvc.com).
31+
32+
These steps should work with any Kubernetes cluster. So, if you already have your own application running on a Kubernetes cluster, you can still follow the steps below and use the names of your own services.
2433

2534
The TODO application sample is composed of a frontend and a backend that provides persistent storage. This extended sample adds a statistics component and breaks the application into a number of microservices, specifically:
2635

@@ -32,15 +41,10 @@ The TODO application sample is composed of a frontend and a backend that provide
3241

3342
In all, this extended TODO application is composed of six interrelated components.
3443

35-
### Prerequisites
36-
37-
- a Kubernetes cluster
38-
- [Visual Studio 2019][visual-studio] version 16.7 Preview 4 or greater running on Windows 10.
39-
- [Bridge to Kubernetes extension installed][btk-extension].
4044

4145
## Check the cluster
4246

43-
Open a command prompt, and check that the kubectl is installed and on the path, the cluster you want to use is available and ready, and set the context to that cluster.
47+
Open a command prompt, and check that the `kubectl` is installed and on the path, the cluster you want to use is available and ready, and set the context to that cluster.
4448

4549
```cmd
4650
kubectl cluster-info
@@ -152,4 +156,4 @@ Learn how Bridge to Kubernetes works.
152156
[visual-studio]: https://www.visualstudio.com/vs/
153157
[btk-extension]: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro
154158
[kubernetesLocalProcessConfig-yaml]: configure-bridge-to-kubernetes.md
155-
[btk-overview-routing]: overview-bridge-to-kubernetes.md#using-routing-capabilities-for-developing-in-isolation
159+
[btk-overview-routing]: overview-bridge-to-kubernetes.md#using-routing-capabilities-for-developing-in-isolation

0 commit comments

Comments
 (0)