Camunda 8 Self Managed Sass

Hi Team,

I’m attempting to create a simple proof of concept and perform performance testing in order to recommend Camunda 8 for all of our business workflow needs.

I’m using the camunda community’s helm chart, which you can see below.

I used the references below to do the sizing for the zeebe and other components.

However, when I try to deploy this helm chart on my Kubernetes cluster, only one of the three replications runs successfully, while the other two fail with the following error.

0/1 nodes are available: 1 node(s) didn’t match pod affinity/anti-affinity rules, 1 node(s) didn’t match pod anti-affinity rules

But I have enough resources on my node pool, and the pods appear when I go inside the stateful set of zeebe and comment out the podAntiAffinity rules.

Can anyone recommend the best way to scale the Zeebe?
Thanks & Regards,
Raja Gandharaw.

Hey @GRajaMca

Looks like you haven’t enough nodes in your node pool. Do you have autoscaling enabled? The anti affinity restricts brokers to be schedueld on the same nodes this is why they dont come up.

Hope that helps.

Greets
Chris

1 Like

Hi @Zelldon ,

My node pool contains an adequate number of nodes. Is it also required to have autoscaling enabled?

Auto scaling is currently disabled.