Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 531 forks source link

Persistent Storage for DataStore Redis #698

Open naveenNTP opened 5 years ago

naveenNTP commented 5 years ago

Hi I'm trying to setup kubernetes cluster with netflix/conductor Dynomite and ElasticSearch

However i have options to provide volume mounts for Elastic Search , But I dont see an option to have the volume mount for dynomite , This way I can ensure that updates / container disposal doesnt affect the workflow storage , Such that the workflow ( redis - storage ) is preserved and also is scalable

Any documentation links , suggestions or an added feautre will be helpful

madhurid-91 commented 4 years ago

I have the same problem. Did you find a solution to this issue?