Deploy Helicone using Kubernetes and Helm. Quick setup guide for running a containerized instance of the LLM observability platform on your Kubernetes cluster.
charts/
and
customize as needed for your configuration.terraform init
, followed by terrform validate
followed by
terraform apply
helm-compose.yaml
configuration:
values.example.yaml
as a starting point, and copy into values.yaml
secrets.example.yaml
into secrets.yaml
, and change the secrets according to your setup.
https://localhost:8080
admin
and the password retrieved above.
http://localhost:3000
admin
and the password retrieved above.
terraform validate
followed by terraform apply