Journey Through DevOps - Part 3: Higher

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rasa-x-helm

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

  • 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.

  • charts

    Helm Charts for Chatwoot (by chatwoot)

  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • helm-tiller

    Discontinued Helm v2 Tiller plugin aka Tillerless Helm

  • 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"'

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts