Live data from Hacker News

Cassandra cluster that spans 3 different network domains with 2 shell commands

weaveblog.com

1–3 of 3 posts

Re: Cassandra cluster that spans 3 different network domains with 2 shell commands

#2
Pretty cool demonstration of Weave[1]. Is it correct to summarize Weave as "Hamachi for Docker containers"? For those that don't remember Hamachi, perhaps "VPN for Docker containers" is a more contemporary technical description.

[1] https://github.com/zettio/weave

EDIT: I know this was just a proof-of-concept, but I believe if one were to bring up a multi-datacenter Cassandra ring, you'll want to ensure your replication configuration is "NetworkTopologyStrategy" and not the default "SimpleStrategy" setting[2].

[2] http://www.datastax.com/documentation/cassandra/2.0/cassandr...

Re: Cassandra cluster that spans 3 different network domains with 2 shell commands

#3
post #2

Pretty cool demonstration of Weave[1]. Is it correct to summarize Weave as "Hamachi for Docker containers"? For those that don't remember Hamachi, perhaps "VPN for Docker containers" is a more contemporary technical description. [1] https://github.com/zettio/weave EDIT: I know this was just a proof-of-concept, but I believe if one were to bring up a multi-datacenter Cassandra ring, you'll want to ensure your replicat…

I think VPN is a use case for SDN. Weave is fundamentally a software network that provides a virtual switch at layer 2.