Deploy Local Network #84
-
I want to deploy the vendor-agnostic version and create/fund my own token. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Closing due to lack of follow up. Please re-open if necessary |
Beta Was this translation helpful? Give feedback.
Solo is designed to run a network within one or more Kubernetes Cluster. It has configurations for multiple clusters. It is not designed to run on standalone servers. You could setup a Kubernetes Cluster in each of the dedicated servers, then run one Consensus Node in each of the clusters. Currently, we have only tested up to two clusters, but we designed it for 1+.
FYI, v0.37.1 is now the latest. v0.36.1 had some bugs, and when we released a bug fix on
main
it also created v0.37.0, and we didn't back patch release/0.36 (at least, not yet).Also, we don't have any documentation for running Solo in
Production
mode at this time. I would recommend you runsolo account init
, as this will reke…