8 comments

[ 4.7 ms ] story [ 25.7 ms ] thread
We're really pleased to have got a powerstrip adapter ready for flocker! Storage and networking are two important pieces of the Docker jigsaw and this means that you can compose both storage (flocker) and networking (weave, calico, socketplane) into the SAME container using the vanilla docker client.

Because it uses the vanilla docker client, it means that orchestration frameworks (mesos, k8s, fleet, swarm) will also be able to trigger the adapters.

Please note - powerstrip adapters are NOT designed to be used for production and are just a way to prototype docker extensions and experiment with composability of extensions in the Docker ecosystem :)

As I understand Flocker creates ZFS snapshots which are replicated between the nodes. Is this happening continuously and to all nodes? It's not really clear from the post.
Hey geku! We are not currently doing continuous replication between nodes, although we are working on a cloud block device backend which would allow synchronous replication using the underlying cloud block service.

In particular this would enable stateful failover... is that what you had in mind?

Yes, that was the point. Thanks for clarification.