LLMKube Helm Repository

This is the official Helm chart repository for LLMKube - a Kubernetes operator for GPU-accelerated LLM inference.

Quick Start

Add the repository:

helm repo add llmkube https://defilantech.github.io/LLMKube
helm repo update

Install LLMKube:

helm install llmkube llmkube/llmkube \
  --namespace llmkube-system \
  --create-namespace

Available Charts