Skip to content

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:

Otherwise, refer to the Dependencies Installation Manuals for detailed instructions.

TLDR

For impatient devops:

For commercial installation using helm charts, follow these steps:

What you need to know to troubleshoot the installation

Best practices