Database per cluster

I’m considering switching from DB-less to DB based. I currently have 4 Kubernetes clusters for my Production environment. Do I need a separate DB for each cluster or can they share DBs?

Hi!

If all clusters share the same configuration (i.e. same routes, services, plugins, etc.), you can use the same Database.

If you need different configurations per cluster, each cluster will need its own DB.

Hope this helps,

Fel.