Kubernetes & Helm
Open core / Enterprise · self-host
Splyntra ships a Helm chart for deploying the stack to Kubernetes. The same chart deploys the source-available core and, with a license, the self-hosted Enterprise edition.
Install
The chart lives at deploy/helm/splyntra. Lint and render it before installing:
helm lint deploy/helm/splyntra
helm template splyntra deploy/helm/splyntra
Install or upgrade in one step:
helm upgrade --install splyntra deploy/helm/splyntra
Database migrations are applied by a post-install/upgrade job, so a
helm upgrade --install brings the schema up to date as part of the release.
Values
Configure the deployment through Helm values. The same settings covered in
Configuration — datastore DSNs, the collector service token,
alert channels, and dashboard URLs — are supplied through the chart's values rather
than raw environment variables. Override them with a values file or --set:
helm upgrade --install splyntra deploy/helm/splyntra -f my-values.yaml
Production notes
The chart is production-hardened and includes:
- Health probes for the services.
- Resource requests and limits.
- TLS for exposed endpoints.
Review and set values appropriate to your cluster and load before running in production.
Related
- Configuration — the underlying settings the chart wires up.
- Self-hosting — the service list and local
docker composeequivalent. - Enterprise (self-hosted) — enabling the commercial modules on your own infrastructure.