Replies: 3 comments
-
Hi @natea, thank you for the question. The Kubernetes guidelines are for the Cloud (Self-hosted) Business rules management system by GoRules which we are working on making generally available through paid subscription. To learn more about it go to: https://gorules.io/pricing. Currently Helm charts are acquired per request. To outline the difference between Zen engine and GoRules BRMS:
Zen engine is basically our community open-source package. It's aim is to provide transparency, avoid vendor-locking and allow companies and individuals to build custom solutions using Zen engine (rules engine core). |
Beta Was this translation helpful? Give feedback.
-
Now available through ArtifactHub: https://artifacthub.io/packages/helm/gorules/gorules-brms. |
Beta Was this translation helpful? Give feedback.
-
Prerequisites:
Artifacthub: https://artifacthub.io/packages/helm/gorules/gorules-brms Command: helm install my-gorules-brms oci://registry-1.docker.io/gorulescharts/gorules-brms --version 1.2.1 -f my-values.yamlYou can find my-values.yaml on artifact hub. Edit data: kubectl port-forward services/my-gorules-brms 4200:80BRMS will be available on http://localhost:4200/. In a real environment, you should also set ingress. We will be updating documentation for k8s. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the documentation, it describes how to deploy Zen using Helm charts on a Kubernetes cluster:
https://gorules.io/docs/cloud/deployment/kubernetes
But where can one find the Helm charts? It says on that page, "Pull the Helm charts provided by GoRules engineering team locally, copy the values.yaml to my-values.yaml file and make the modifications to it."
Does that mean that the Helm charts are not available in the public Github repo, but must be specially requested?
Beta Was this translation helpful? Give feedback.
All reactions