Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure von-network in kubernetes cluster #190

Open
mateokurti opened this issue Dec 16, 2021 · 4 comments
Open

Configure von-network in kubernetes cluster #190

mateokurti opened this issue Dec 16, 2021 · 4 comments

Comments

@mateokurti
Copy link

I'm trying to find some guide on configuring the von-network on a k8s cluster. I'm finding it pretty hard to find something concrete, for a real deployment. This is probably not a technical problem, but more like a documentation problem. If someone can guide me at the right direction where can I get more details on how this can be possible.

For now, the quickstart describes the use of manage, which is more than 800 lines bash script. The most close approach is that of OpenShift here, but still I don't think that is what I need.

Any suggestion?

@WadeBarnes
Copy link
Member

You should read this first; https://github.com/bcgov/von-network/tree/main/openshift#warning

@mateokurti
Copy link
Author

You should read this first; https://github.com/bcgov/von-network/tree/main/openshift#warning

I'm not looking on using OpenShift anyway. Sorry if I wasn't clear. I want to deploy it in Kubernetes, but I can't see it mentioned anywhere.

@WadeBarnes
Copy link
Member

WadeBarnes commented Dec 16, 2021

It's the static vs dynamic IP:PORT addressing that could be the limiting factor. OpenShift uses Kubernetes under the hood so your limitations are going to be very similar. If you can get around that challenge (and people have, but not with von-network) then you should be somewhat ok. The other challenge is the generation and distribution of the initial genesis files which are used to connect the nodes together initially.

@WadeBarnes
Copy link
Member

von-network was designed for ease of use and spinning up a provisional ledger on a single machine or vm.

Here are the typical recommendations:

If you are using the network for development and testing I'd recommend using:

If you're intent on building the network from scratch there are these resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants