Lakerunner Installation Guide
Use the interactive wizard below to generate a configuration for your Lakerunner deployment. Select your installation type and fill in the required details to generate a values.yaml file.
Installation Wizard
Installation Type
Organization Settings
Lakerunner is multi-tenant. Each tenant is an organization, and the collector and API key are used by that organization.
Optional Components
Cloud Provider
PostgreSQL - Lakerunner DB
PostgreSQL - Config DB
Kafka
Generated values.yaml
For the complete list of configuration options, see the full values.yaml reference on GitHub (opens in a new tab).
Post-Installation
Verify the Installation
After installation, verify all pods are running:
kubectl get pods -n lakerunner -l app.kubernetes.io/name=lakerunnerAccess Grafana
Configure an Ingress or use port-forwarding to access Grafana:
kubectl port-forward -n lakerunner svc/grafana 3000:3000Upgrading
To upgrade an existing installation:
helm upgrade lakerunner oci://public.ecr.aws/cardinalhq.io/lakerunner \
--values values.yaml \
--namespace lakerunnerUninstalling
To remove Lakerunner:
helm uninstall lakerunner --namespace lakerunnerNote: This does not delete your data in the cloud storage bucket.
Reach out to support@cardinalhq.io for support or to ask questions not answered in our documentation.