we are currently on GKE and have a HA database for each rails project (service). But now we want to hand over GKE to Kamal. And there I was wondering if it is more usefuller to use maybe 3 databases for these projects or. Should we continue to use one database for each service. Or maybe there is another approach that we have not tried yet.
We have about 50 services. Each is different and therefore has a different load. Some databases get 100-1000 records per second and others get 100-1000 records per minute or hour.
So I want to get a structure that is consistent and easy to manage.
I hope I have given you all the information you need, if not please drop me a line.