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 at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events