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

Open Source Replacement for discovery.dotmesh.io #803

Open
crro opened this issue Apr 30, 2020 · 2 comments
Open

Open Source Replacement for discovery.dotmesh.io #803

crro opened this issue Apr 30, 2020 · 2 comments

Comments

@crro
Copy link

crro commented Apr 30, 2020

Hello,

I was reading through the documentation and architecture of dot mesh and I'm trying to run it on my own VM. Everything seems to work well so far but I noticed that when I init a cluster I get the message:

If you want more than one node in your cluster, run this on other nodes:

dm cluster join https://discovery.dotmesh.io/<some_key>:<some_key>

What is https://discovery.dotmesh.io/ doing?
What are the keys that appear?
and I guess more importantly, how can I replicate discovery.dotmesh.io on my own?

Thanks a lot!

@crro
Copy link
Author

crro commented Apr 30, 2020

Oh and how can I replace the hub? can I just point to another server running dotmesh-server and just pull from it?

@lukemarsden
Copy link
Collaborator

The discovery server is just https://github.com/etcd-io/discoveryserver, you should be able to use that as a drop-in replacement I think (please let me know any issues)

Oh and how can I replace the hub? can I just point to another server running dotmesh-server and just pull from it?

Yes! The hub is just another dotmesh cluster :)

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