Closed akkie closed 7 months ago
Hello,
Sorry it took me a little while to actually see this message. You've definitely pointed out a vague area in our documentation! So I'll try to clear some things up for you in this comment.
The ideal way to develop the application is to use KIND with the helm chart. There are a number of developers internally that do not want to deal with kubernetes applications, and the added complexity that goes along with kubernetes applications. A developer for Zeebe may only want to run the docker compose deployment method with their Zeebe instance running from some IDE. However, if you're development involves the interaction between components, KIND and the helm chart may make sense.
As for this statement:
Those Helm charts are battle-tested and give you an experience close to production.
I would not place much emphasis on the phrase battle-tested. The Camunda Platform Helm Chart is our official way of deploying Camunda 8, and we have many customers using our helm chart in production. The helm chart is harder to configure though. For that reason, a customer may want to try out Camunda Platform in docker compose before putting in the effort necessary to configure the helm chart.
As for the difference between Development and Local Development, we do not have any unified language regarding this.
With this phrasing:
For development usage, we highly recommend using our Helm charts on KIND if SaaS provided by Camunda is not an option for you.
This usage of development refers to people creating BPMN workflows and deploying their workflows. Not the development regarding writing java code for the actual components such as Zeebe or Tasklist.
I hope this clears things up for you. I think we can leave this issue open if you have followup questions or so that we can triage it in with our other documentation-related issues.
Closing due to inactivity.
If we read through the documentation and also through the readme, it's currently not really clear what it's recommended for local development.
The documentation says as example, the recommended way for development is:
For development usage, we highly recommend using our Helm charts on KIND if SaaS provided by Camunda is not an option for you. Those Helm charts are battle-tested and give you an experience close to production.
But is says also:
The readme of this repo says: ⚠️ Docker Compose is only recommended for local development. ⚠️
We recommend using SaaS or Helm/Kubernetes for development.
And in the docker compose file there is also a hint:
We are currently writing documentation and a best practice recommendation for our developers and the discussion came up if docker compose or a local Kubernetes deployment is the preferred way. Especially if we look on the aspects of "battle-tested" and "experience close to production".
There is also the question of what exactly is meant by 'development' and 'local development'. My assumption was that:
Is this correct?