Currently dero allows only on node per network due to it's p2p networking implementation.
This is very limiting and makes certain deployment scenarios impossible.
For example, if you try to deploy dero as a statefulset on Kubernetes, you have to make sure the pods are deployed on different nodes which is a waste of resources and makes operating a dero node very unpleasant.
Currently dero allows only on node per network due to it's p2p networking implementation. This is very limiting and makes certain deployment scenarios impossible.
For example, if you try to deploy dero as a statefulset on Kubernetes, you have to make sure the pods are deployed on different nodes which is a waste of resources and makes operating a dero node very unpleasant.