PlanBGmbH / zeebe-dapr-example

An example that allows to orchestrate Dapr microservices with the Zeebe process engine.
Apache License 2.0
19 stars 6 forks source link

k8s installation and production usage #1

Open leonids2005 opened 3 years ago

leonids2005 commented 3 years ago

Hi

Zeebe cluster is using nginx as ingress. We are using different ingress in k8s cluster. Will it cause potential issues? Could our ingress be reused?

Another question - are there are people who are using it in production?

akkie commented 3 years ago

Hi, you can install each component of Zeebe individually. Only the full install comes with an ingress. Here is the list of all the Helm charts: https://docs.camunda.io/docs/product-manuals/zeebe/deployment-guide/kubernetes/helm/installing-helm

Another question - are there are people who are using it in production?

You mean the Zeebe binding or Zeebe itself? Zeebe is the base for Camunda Cloud. I think they have a lot of customers which use it in production. The binding is really new. I have implemented it for a customer, a globally operating company, which plans it to use it in production in the near future.