> For the complete documentation index, see [llms.txt](https://docs.aurras.hugobyte.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aurras.hugobyte.com/dependencies/helm.md).

# Helm

Helm is a package manager for Kubernetes that simplifies the management of Kubernetes applications. You do not need to have detailed knowledge of either Kubernetes or Helm to use this project, but you may find it useful to review their basic documentation to become familiar with their key concepts and terminology.

### Setup Guide

1. Open terminal (Ubuntu terminal if windows)
2. Get Helm executable via official install script

```
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
```

&#x20;  3\. To confirm that Helm has been installed, check the helm version using

```
helm version
```
