...

/

Installing VS Code and Extensions

Installing VS Code and Extensions

Prepare your IDE for smooth work with YAML files and Helm template language.

What else is needed?

All the necessary tools have already been installed so we can jump right in to using Helm.

However, it is strongly recommended to not skip this lesson in which we’ll install very helpful tools that will allow us to get better insight into the Kubernetes cluster and assist us in developing Helm charts.

The first and the most important tool is IDE. Theoretically, we could write everything in a simple text editor or directly in the terminal, e.g., using Vim. If you like this approach, go with it. But if you prefer to use more clickable tools, let’s explore.

Most of the time during this course we’ll be able to run all the commands in a ...