HA infrastructure #776
I'm trying to figure out how to create a highly available node. My understanding at the time is following 1. Full-node can be started in multiple instances and we can use some LB for balance and failover 2. Validator - with tmkms we can have only one active validator to avoid double-sign. For multiple active validators we need to adapt horcrux 3. Decentralized API - There can only be one active instance, and we should use custom scripts to synchronize SQLite database from the active instance to the standby one.
Am I right ? Is there some guide on this that I missed ?
💬 Comments (1)
🔄 Auto-synced from Issue #776 every hour.
This topic is raised as discussion https://github.com/gonka-ai/gonka/discussions/837