Kubernetes install artifacts for TokenVisor, the token/usage management platform by Embedded LLM. Synced from the main TokenVisor repo so they can be downloaded and installed independently.
This repo has two ways to install TokenVisor — pick one:
The Helm chart deploys TokenVisor and its default data/observability stack (EMU API, Studio UI, Starling worker, ClickHouse, Postgres, Dragonfly, VictoriaMetrics, and optional Grafana/VMAlert/Fluent Bit).
cd charts/tokenvisor
./bin/tokenvisor-prereqs --helpSee charts/tokenvisor/README.md for the full install flow, and charts/tokenvisor/docs/ for cluster bootstrap guides (RKE2, K3D), GPU setup, networking, storage, and customization.
Plain Kubernetes manifests for the same stack, for environments that don't use Helm or need to apply/customize resources individually.
See the _INSTALLATION_* guides in that directory for setup steps per distro (RKE2, K3s).
- Neither install path provisions the underlying Kubernetes distro, CNI, or storage provider — bring your own cluster and follow the linked bootstrap docs first.
- Secrets in both
charts/tokenvisorandk8s/manifestare placeholders (CHANGE_ME_*/ empty) — replace them with real values before deploying.