I am trying to setup a firebird server within K8s and using docker containers. This has worked well with using Azure Files as a persistent volume storage, however when I try scaling past 1, there are some odd behaviours that occur.
I do not know firebird very well, but it appears to be loading the databases from the single file (like SQLite). Any advice on how I can most stably scale this server?