improve high availability -> set pod rules to run on different nodes for lnd/redis/mongodb
nicolasburtey opened this issue · 2 comments
nicolasburtey commented
redis and mongodb run on 3 pods with redundancy. so that if one pod goes down the app continue working
with the PR GaloyMoney/blink#199, several instance of lnd will run in parrellel, with a failover mechanism.
to really favor high availability, those pods should not run on the same node.
it should be investigate whether we can have generic rules that apply on any kubernetes cluster (generic rules), or whether it's really instance dependent (less ideal)