ClusterHQ / flocker

Container data volume manager for your Dockerized application
https://clusterhq.com
Apache License 2.0
3.38k stars 288 forks source link

Flocker abandoned? #3017

Open holms opened 5 years ago

holms commented 5 years ago

Sorry but last commit is in 2017 + your installation steps doesn't work as S3 bucket URL throws 404 error

Err:18 https://clusterhq-archive.s3.amazonaws.com/ubuntu/9.5/amd64  Release
  404  Not Found

So I assume this project is abandoned? Without flocker using docker-swarm is absolutely impossible.

stmcginnis commented 5 years ago

Yes, the project ended quite a while ago, unfortunately.

https://portworx.com/helping-clusterhq-flocker-customers-move-forward-2017/

holms commented 5 years ago

That portworx seems to be not for virtual machines? It requires some kind of partition to exist on machine, which is non-sense in IAAS environment.

wallnerryan commented 5 years ago

@holms how so? Portworx just need a disk/device. It’s fairly common to attach disks to virtual machines and in fact we deploy this way with customers today. Let me know If you would like more information. In the meantime you can take a look at https://docs.portworx.com/scheduler/docker/install-swarm.html

holms commented 5 years ago

Creating storage for every node.. why? Just use local disk space. Thanks for link though. Also having port opened, no idea if I can use consul from swarm itself.. This lot more painful solution than netshare https://github.com/ContainX/docker-volume-netshare, because after all I need to automate all of it, and it's lot more body movements in here.

wallnerryan commented 5 years ago

@holms I think I saw you on slack? But the difference is that the vms would participate in a Portworx storage cluster using the block device on the vms you want Portworx to run on. Then other vms (or the same ones) can run applications and can create many volumes from that cluster and set per volume settings on them like replication etc.

holms commented 5 years ago

Alright trying to automate digital ocean volumes, also got etcd cluster installed will see how it will go :) Portworx seems to be the only stable solution for swarm :/

wallnerryan commented 5 years ago

Great, I’m happy to help any way I can. Feel feel to email me directly ryan.wallner@portworx.com or on slack @wallnerryan

jsilberm commented 5 years ago

Hi @holms: This might help too ...

jsilberm commented 5 years ago

https://github.com/portworx/terraporx/tree/master/digital_ocean

holms commented 5 years ago

@jsilberm alright! you saved my day!

ghost commented 5 years ago

Please archive repo or add a deprecation notice to the readme.