We will convert everything we implemented with Camunda 7 to Camunda 8. Make it work and run in our cluster!
We continue where we left – Make Use Of My Local Camunda 8 Cluster.
My hobbies and myself
We will convert everything we implemented with Camunda 7 to Camunda 8. Make it work and run in our cluster!
We continue where we left – Make Use Of My Local Camunda 8 Cluster.
The goal is to migrate the process automation project (see my previous article Docker, Kubernetes, and Co. – part II) to the new Camunda flagship – Camunda 8. I’ll skip k0s installation entirely; it’s already …
root@master-node:~# cat /etc/hosts
127.0.0.1 localhost
192.168.2.201 master-node
192.168.2.202 slave-node1
192.168.2.203 slave-node2
192.168.2.204 slave-node3
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
root@master-node:~# cat
…