rasa-x-helm VS helm-tiller

Compare rasa-x-helm vs helm-tiller and see what are their differences.

rasa-x-helm

Rasa Enterprise Helm chart for deploying on Kubernetes (K8s) and OpenShift. (by RasaHQ)

helm-tiller

Helm v2 Tiller plugin aka Tillerless Helm (by rimusz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rasa-x-helm helm-tiller
1 1
77 261
- -
6.1 0.0
about 1 month ago about 4 years ago
Go Shell
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rasa-x-helm

Posts with mentions or reviews of rasa-x-helm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-21.
  • Journey Through DevOps - Part 3: Higher
    3 projects | dev.to | 21 Aug 2021
    We use Helm charts for both Rasa-X and Chatwoot, latter of which was built by us. Helm allows us to have a standard way to deploy the application instead of a lot of YAML files which need modification every time there's an update.

helm-tiller

Posts with mentions or reviews of helm-tiller. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-21.
  • Journey Through DevOps - Part 3: Higher
    3 projects | dev.to | 21 Aug 2021
    deploy-job: stage: deploy #before_script: [] #image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest # see the note below script: - apt-get update #- apt install git-all -y - curl -k -F "model=@models/$CI_COMMIT_SHORT_SHA.tar.gz" "http://rasax-url.com/api/projects/default/models?api_token=$RASAXTOKEN" - echo "Application successfully deployed." - aws eks update-kubeconfig --name ${EKS_CLUSTER_NAME} - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - helm plugin install https://github.com/rimusz/helm-tiller --kubeconfig=$HOME/.kube/kubeconfig - helm repo add rasa-x https://rasahq.github.io/rasa-x-helm - helm upgrade rasa rasa-x/rasa-x -n rasa --set app.name=$CI_REGISTRY/weunlearn/wulu2.0/rasa_actions --set "app.tag=stable" --reuse-values # Redeploys the kubernetes deployment with a new image name while reusing already existing values rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"'

What are some alternatives?

When comparing rasa-x-helm and helm-tiller you can also consider the following projects:

charts - Helm Charts for Chatwoot