Camunda Minor Version Upgrade from 8.x to 8.x

I am using Self Managed in OpenShift and right now using Camunda 8.5. I have more than 500 active instances running. What is the step by step procedure to upgrade from 8.5 to 8.6
Can someone point me the right step by step documentation or help me with the procedure please

  1. How my Kubernetes cluster gets updated
  2. Zeebe Client get updated
  3. Running instances getting updated

There is a major change, Spring Zeebe SDK replaces the Community project. you need to modify the code.

Thanks for the reply @cpbpm - How about the Kubernetes Cluster & Active process instances ?

There are some more info which can be read for planning.

  1. Go for each components and find out the update strategy.
    Update Zeebe | Camunda 8 Docs

  2. For updating to 8.6, license is introduced, make sure you have bought license from Camunda.

  3. ElasticSearch default PODS increased from 2 to 3.

All updates for RollingUpdate, you will not face any issues. However make sure you have taken backup before performing any upgrade.

If you have any lower environment, please do upgrade before you upgrade production environment to validate all your steps.