> ## Documentation Index
> Fetch the complete documentation index at: https://qreater.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Kubernetes (Helm)

<Note> Ensure [Docker](https://docs.docker.com/engine/install/) , [Minikube](https://minikube.sigs.k8s.io/docs/start/?arch=%2Fwindows%2Fx86-64%2Fstable%2F.exe+download), [kubectl](https://kubernetes.io/docs/tasks/tools/), [Helm](https://helm.sh/docs/intro/install/) and [Git](https://git-scm.com/downloads) are installed on your system.</Note>

<Steps>
  <Step title="Clone Repository" icon="clone" iconType="duotone">
    ```bash theme={null}
    git clone https://www.github.com/qreater/tartarus.git
    ```
  </Step>

  <Step title="Navigate to Directory" icon="folder" iconType="duotone">
    ```bash theme={null}
    cd tartarus/devops/helm
    ```
  </Step>

  <Step title="Install Tartarus" icon="rocket" iconType="duotone">
    ```bash theme={null}
    helm install tartarus . -n <NAME_SPACE> --create-namespace
    ```
  </Step>
</Steps>
