Skip to content

Production grade lnd setup for High Availability and Fault Tolerance as a payment gateway. #8040

Answered by guggero
sanjay-shah asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure there are any "best practices" for that written down anywhere, since that always kind of depends on the use case. But giving a shot at answering your questions for your specific setup.

  1. The same node (=same seed/identity public key) can only run once with the current lnd architecture. But if you use a remote database backend (for example Postgres), you can have a "hot-standby" setup where you have one "hot" node running and one or more "standby" nodes waiting to take over if the hot one fails. That setup would require an etcd cluster just for the leader election functionality though, but in case of a kubernetes setup that would already be available.
  2. From what I've heard nginx

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@sanjay-shah
Comment options

Answer selected by sanjay-shah
Comment options

You must be logged in to vote
1 reply
@sanjay-shah
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants