I already do this with kubernetes, emby replicatedset service with nginx ingress and loadbalancer. The problem is you cannot scale the pods up presumably because only a single instance can lock the db at once, although I dont know enough about emby to diagnose the root cause. I could go to a statefulset with seperate unique persistent storage for each container, but they would each have separate configs which would be a nightmare to manage. Thats where the idea of master-slave comes in. I can ma