chartmuseum
chartmuseum copied to clipboard
Safe to use ReadWriteMany?
Is it safe to have multiple instances of chartmuseum be reading/writing to the same persistence volume?
@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.