#Backstage and High Availability?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
Can multiple instances of backstage be ran simultaneously to achieve high availability? I am deploying it on Kubernetes and can set replicas to 3 for a quorum. But as Backstage is a statefull application I assume it has to be designed to work in a clustered mode. Is it?
P.S. I am already running the DB in a clustered setup. So this is purely about Backstage ability to be ran in an active/active clustered setup.
Backend plugins are meant to exclusively rely on the database as a sync point, and be scalable per default