Deploying Sumac with Tutor on Multiple Servers Without Kubernetes

As far as I understand, what you’re asking isn’t officially supported/documented outside of a k8s deployment, you might find some useful information about this in the tutorials documentation Running Open edX at scale, in particular the section Offloading data storage discusses having resources such as MySQL, MongoDB, Redis, etc running on a separate dedicated system.

There is a very similar conversation that happened here: Horizontal Scaling - CMS/LMS and Workers
But my takeaway from that is that this would be a very complex and unsupported configuration that you would be expected to develop and maintain on your own if you get it to work.

1 Like