This repository contains Helm charts for deploying various applications on Kubernetes.
helm repo add danchev https://danchev.github.io/helm-charts
helm repo update
To install the AIBrix chart:
helm install aibrix danchev/aibrix -n aibrix-system --create-namespace
To install the NVIDIA GPU Exporter chart:
helm install nvidia-gpu-exporter danchev/nvidia-gpu-exporter
To install the Ray Dashboard chart:
helm install kuberay-dashboard danchev/kuberay-dashboard
Replace vllm, nvidia-gpu-exporter, kuberay-dashboard with your desired release names.
For more details, see the README in each chart directory.