dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
538 stars 29 forks source link

Open Source Replacement for discovery.dotmesh.io #803

Open crro opened 4 years ago

crro commented 4 years ago

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 commented 4 years ago

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

lukemarsden commented 2 years ago

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 :)