Quantcast
Channel: September 2020 - Visual Studio Blog
Viewing all articles
Browse latest Browse all 5

Bridge to Kubernetes GA

$
0
0

We are super excited to announce General Availability of Bridge to Kubernetes. 

Formerly known as Local Process with Kubernetes, Bridge to Kubernetes is an iterative development tool offered in Visual Studio and VS Code that allows developers to write, test and debug microservice code on their development workstations while consuming dependencies and inheriting existing configuration from a Kubernetes environment. 

Image connect graphic non isolated

Simplifying Microservice Development     

Microservice applications are comprised of many services, often calling each other. Each service has its own configuration and dependencies, making setting up and running the application locally time-consuming and complex.   

By using Bridge to Kubernetes to connect your development workstation to your Kubernetes cluster, you eliminate the need to manually source, configure and compile external dependencies on your development workstation. Environment variables, connection strings and volumes from the cluster are inherited and available to your microservice code running locally.

Image bridge menu

Develop Microservice Apps Faster    

Bridge to Kubernetes extends the Kubernetes perimeter to your development workstation, allowing you to sidestep operational complexities of building and deploying your code into the cluster to test, debug and rapidly iterate.     

Docker and Kubernetes configurations are not required when using Bridge to Kubernetes.Simply run code natively on your development workstation using familiar development tools and practices, while connected to the Kubernetes cluster, allowing you to develop, test and debug in the context of the larger application. 

Debugging and testing end-to-end  

Bridge to Kubernetes enables debugging and testing end-to-end in the context of the larger application. Select an existing service in the cluster to route to your development machine where an instance of that service is running locally. Requests initiated through the application running in Kubernetes will route between services running in the cluster. When the service you are debugging is called, the request is redirected to your development machine to your locally running version. Your local changes are executed, and the request is completed transparently for the other services. 

Image connection

Work in isolation in a shared development environment 

In clusters where developers are working together on the same application at the same time, there is a significant risk of interfering with another developers’ debugging session.  This is because there is only one copy of each service deployed to the application namespace. To enable developers to work more effectively together and isolate their inner loop from the rest of the teamthey need a copy of the service to work on exclusively.   

Bridge to Kubernetes supports working in isolation in a shared cluster. By selecting the work in isolation mode during configuration, Bridge to Kubernetes will setup the isolated service, as well as a specific subdomain URL to make sure that only traffic using that URL is redirected to your development workstation.

 

Public Previews 

Support for any Kubernetes 

Bridge to Kubernetes is expanding support to any Kubernetes.  Whether youre connecting to your development cluster running in the cloud, or to your local Kubernetes cluster, Bridge to Kubernetes is available for your end-to-end debugging scenarios.

Support for Bridge to Kubernetes on any Kubernetes cluster is initially available in the VS Code experience and soon after in Visual Studio.

Increase confidence in pull requests with review apps

Bridge to Kubernetes lets you work in isolation from colleagues using the same cluster and namespace by leveraging our new routing technology. You can also apply the isolation capability outside the Bridge to Kubernetes experience, such as directly from a GitHub pull request. You can test changes from a PR directly in Kubernetes before the pull request is merged into the main branch of your repo. Having a running application to review changes of a pull request can increase confidence in proposed code changes. Testing your changes in the running application can also help other team members, such as product managers and designers, see the results of the development work even in the early stages.

For more information, including how to get started with the pull request review apps, see here.

Image Screen Shot 2020 09 16 at 2 51 03 PM

Get started today and let us know about your experience!    

Start debugging your Kubernetes applications today using Bridge to Kubernetes. Download the extensions from the Visual Studio anVS Code marketplaces and follow the quickstarts on how to use Bridge to Kubernetes. 

We’d love to hear about your experience with Bridge to Kubernetes and where we can improve.  For issues or comments, please visit our GitHub issues page. 

The post Bridge to Kubernetes GA appeared first on Visual Studio Blog.


Viewing all articles
Browse latest Browse all 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>