Quick Start
Up and running in minutes
Get Lakerunner deployed on a local Kubernetes cluster — no cloud account required.
Prerequisites
Sign up for a Cardinal account
Create your free account at app.cardinalhq.io.
Download your Lakerunner Trial license
After signing in, download your trial license from the Cardinal dashboard.
Create the namespace
kubectl create namespace lakerunnerInstall using Helm
Use the Installation Wizard to generate a values.yaml tailored to your environment, then install:
helm install lakerunner oci://public.ecr.aws/cardinalhq.io/lakerunner \
--values values.yaml \
--namespace lakerunnerVerify the installation
Wait for all pods to become ready:
kubectl get pods -n lakerunner -wAccess Grafana
If Grafana was included in your installation, port-forward it to your local machine:
kubectl port-forward -n lakerunner svc/grafana 3000:3000Open http://localhost:3000 in your browser. Lakerunner's data source is pre-configured, but you won't see any data yet — that comes in the next step.
Send data
Install OpenTelemetry Collectors to monitor your cluster and write telemetry to S3.
Generate data from your real applications, or use the OTel Demo Application to produce realistic logs, metrics, and traces right away.
What's next?
Reach out to support@cardinalhq.io for support or to ask questions not answered in our documentation.