Rasa Helm Chart Library for Kubernetes
Rasa Studio and Rasa Pro, ready to launch on Kubernetes using Kubernetes Helm.
Chart documentation per chart:
License
By installing and using this software, you agree to be bound by the terms and conditions of the End-User License Agreement (EULA) available on rasa.com. Please review the EULA carefully before proceeding.
TL;DR
You can install charts from either the GitHub Helm repository or the OCI registry.
A valid license key is required before installing. Refer to the documentation for each chart for setup instructions: Rasa Pro · Rasa Studio.
# From GitHub Helm repository
helm repo add rasa https://helm.rasa.com/charts && helm repo update
helm install <your release name> rasa/studio
helm install <your release name> rasa/rasa
# From OCI registry
helm install <your release name> oci://europe-west3-docker.pkg.dev/rasa-releases/helm-charts/studio
helm install <your release name> oci://europe-west3-docker.pkg.dev/rasa-releases/helm-charts/rasa
Before you begin
Prerequisites
- Kubernetes 1.30+
- Helm 3.0.0+
Setup a Kubernetes Cluster
For setting up Kubernetes on other cloud platforms or bare-metal servers refer to the Kubernetes getting started guide.
Install Helm
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.
Using Helm
Once Helm is installed, you can deploy Rasa charts into a Kubernetes cluster.
Please refer to the Quick Start guide for a quick start, or the Using Helm Guide for detailed instructions.
Install from GitHub Helm repository
helm repo add rasa https://helm.rasa.com/charts
helm repo update
# Latest version
helm install <your release name> rasa/studio
helm install <your release name> rasa/rasa
# Specific version
helm install <your release name> rasa/studio --version <desired version>
helm install <your release name> rasa/rasa --version <desired version>
Install from OCI registry
# Latest version
helm install <your release name> oci://europe-west3-docker.pkg.dev/rasa-releases/helm-charts/studio
helm install <your release name> oci://europe-west3-docker.pkg.dev/rasa-releases/helm-charts/rasa
# Specific version
helm install <your release name> oci://europe-west3-docker.pkg.dev/rasa-releases/helm-charts/studio --version <desired version>
helm install <your release name> oci://europe-west3-docker.pkg.dev/rasa-releases/helm-charts/rasa --version <desired version>
Contributing
We’d love to have you contribute! Please refer to our contribution guidelines for details.
Other Rasa Products
You can find our older Helm charts for other Rasa products here: