We run eramba on top of a kubernetes cluster. The approach we’ve taken is to mount the html root as a persistent volume claim and just allow upgrades to the code to happen using the web interface without redeploying the application container.
See Questions - eramba Docker for the Dockerfile we are using.