News

New Preview Simplifes the Visual Studio Kubernetes Experience

To better support developers who are building containerized applications that target Kubernetes in Visual Studio, Microsoft last week announced the preview of an extension for the IDE.

Although new to the Visual Studio Marketplace, Visual Studio Code Kubernetes Tools has already been installed more than 54,000 times.

That speaks to the popularity of the open source Kubernetes project, increasingly becoming the tool of choice for automating deployment, scaling and management of containerized applications.

In a blog post last week, Microsoft mentioned that burgeoning popularity and detailed how to use the new preview tool, which comes with a number of pre-requisites that are explained in developer guidance.

"With the tools installed, you can create a new “Container Application for Kubernetes” project, or add Kubernetes support to an existing .NET Core web application," said Lisa Guthrie, program manager, Azure Developer Experience. "When you do this, Visual Studio will automatically create a Dockerfile and a Helm chart for your project. You can easily create a container image to run your application, or use these files to deploy to any Kubernetes cluster. These tools will also integrate with Azure Dev Spaces, which provides a rapid, iterative development experience right in Azure Kubernetes Service."

Parked on GitHub since January, the preview tool shows 13 contributors and 85 stars. GitHub said the tool was created by combining the vs-kubernetes extension by @brendandburns and the vs-helm extension by @technosophos. Helm is a package manager for Kubernetes.

The nascent preview has thus far earned a perfect 5.0 rating so far from just five developers, according to its site on the Visual Studio Marketplace.

Guthrie said the tool was created to simplify the Visual Studio experience after getting feedback from developers.

"Here on the Visual Studio team, we are working on ways to better support developers who are building containerized applications that target Kubernetes," she said. "In talking to these developers, we’ve heard that it can be challenging to create Dockerfiles, Helm charts, and other configuration-as-code files required to create container images and deploy them to Kubernetes. And taking your code from Visual Studio to your Kubernetes cluster requires memorizing some pretty complicated CLI commands."

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube