Helm-Based Production Installation
Helm is a package manager for Kubernetes that makes deploying applications easier and more consistent. It uses charts—predefined templates—to install and configure apps.
For Tracardi, Helm simplifies the setup by managing all required components (like Redis or Elasticsearch) with a single command. It ensures everything is correctly configured, versioned, and easy to update or roll back—perfect for running Tracardi in Kubernetes.
Remark
Before you begin installing Tracardi, decide whether to install the dependencies inside or outside the Kubernetes (k8s) cluster. If you choose to install them inside the cluster this guide may assist you with the setup:
- Elasticsearch K8S Helm Chart installation
- Redis K8S Helm Chart installation
- Apache Pulsar docker K8S Helm Chart installation
- Mysql K8S Helm Chart installation
Otherwise, refer to the Dependencies Installation Manuals for detailed instructions.
TLDR
For impatient devops:
For commercial installation using helm charts, follow these steps:
- Installation via Helm Chart version 0.8.2
- Installation via Helm Chart version 0.9.0
- Installation via Helm Chart version 1.0.0
- Installation via Helm Chart version 1.1.0