chartmuseum icon indicating copy to clipboard operation
chartmuseum copied to clipboard

Safe to use ReadWriteMany?

Open kbambridge opened this issue 7 years ago • 1 comments

Is it safe to have multiple instances of chartmuseum be reading/writing to the same persistence volume?

kbambridge avatar Dec 16 '18 22:12 kbambridge

@k in general, yes. In the case that two incoming requests are uploading the same chart at once, the one received last will win.

In terms of the repo index, this should remain consistent across replicas. Using a redis cache should improve performance by keeping chart loading/regeneration to a minimum.

We are in need of a Chartmuseum HA guide for the Helm chart to walk through this. Please let us know if you experience any issues.

jdolitsky avatar Dec 17 '18 16:12 jdolitsky