External persistent storage

Hi!
I’m glad to try camunda 8, but i got some architecture problem.

We have enterprise restriction not to use Persistence Volumes in our Openshift cluster (they are disabled).

  1. Is there any options zeebe to use external storage?
  2. Does zeebe cluster work well if i have choose local data storage for persistence type? For example, does broker “B” after restarting pod (and deleting local data) continue process which will be initiate previously at broker “A”? If yes, how broker synchronize their local data?

Thank you

PS For workaround im thinking about streaming data snapshots to some external storage like s3 and adding init container to brokers which would restore data before starting zeebe-broker app. But this solution seems to me too complicated ‘bicycle’ =))