Dragonfly2 VS swarmsible

Compare Dragonfly2 vs swarmsible and see what are their differences.

Dragonfly2

Dragonfly is an open source P2P-based file distribution and image acceleration system. It is hosted by the Cloud Native Computing Foundation (CNCF) as an Incubating Level Project. (by dragonflyoss)

swarmsible

Ansible based Tooling and production grade example Docker Stacks. Updated with new learnings from running Docker Swarm in production (by neuroforgede)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Dragonfly2 swarmsible
1 11
2,000 55
3.4% -
9.7 5.6
4 days ago 15 days ago
Go Shell
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Dragonfly2

Posts with mentions or reviews of Dragonfly2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-01.
  • Ask HN: Have You Left Kubernetes?
    18 projects | news.ycombinator.com | 1 Aug 2022
    If you're pulling big images you could try kube-fledged (it's the simplest option, a CRD that works like a pre-puller for your images), or if you have a big cluster you can try a p2p distributor, like kraken or dragonfly2.

    Also there's that project called Nydus that allows starting up big containers way faster. IIRC, starts the container before pulling the whole image, and begins to pull data as needed from the registry.

    https://github.com/senthilrch/kube-fledged

    https://github.com/dragonflyoss/Dragonfly2

    https://github.com/uber/kraken

    https://nydus.dev/

swarmsible

Posts with mentions or reviews of swarmsible. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-22.
  • Can any Hetzner user, please explain there workflow on Hetzner?
    20 projects | news.ycombinator.com | 22 Mar 2023
    We use Docker Swarm for our deployments, so I will answer the questions based on that.

    We have built some tooling around setting up and maintaining the swarm using ansible [0]. We also added some Hetzner flavour to that [1] which allows us to automatically spin up completely new clusters in a really short amount of time.

    deploy from source repo:

    - We use Azure DevOps pipelines that automate deployments based on environment configs living in an encrypted state in Git repos. We use [2] and [3] to make it easier to organize the deployments using `docker stack deploy` under the hood.

    keep software up to date:

    - We are currently looking into CVE scanners that export into prometheus to give us an idea of what we should update

    load balancing:

    - depending on the project, Hetzner LB or Cloudflare

    handle scaling:

    - manually, but i would love to build some autoscaler for swarm that interacts with our tooling [0] and [1]

    automate backups:

    - docker swarm cronjobs either via jobs with restart condition and a delay or [4]

    maintain security:

    - Hetzner LB is front facing. Communication is done via encrypted networks inside Hetzner private cloud networks

    - [0] https://github.com/neuroforgede/swarmsible

  • For Swarm mode users: What features do you miss/need from Kubernetes ecosystem?
    5 projects | /r/docker | 28 Jan 2023
  • How do you deploy your side-projects?
    12 projects | news.ycombinator.com | 13 Dec 2022
    Pretty much the same as our goto for projects at work: Hetzner + Docker (Swarm) with some Ansible to orchestrate things

    We have built some automation around cluster management over at https://github.com/neuroforgede/swarmsible.

    I used to do everything in ansible, but Docker Stacks are just so much nicer to use.

    In any case automation is king. I don't have to remember stuff if I can just look at some IaC Code :).

  • Docker Swarm with compose
    2 projects | /r/docker | 12 Oct 2022
    Our tooling can be found here https://github.com/neuroforgede/swarmsible . It is not yet documented tbh, but most things are pretty straight forward to use if you have used ansible, docker etc already.
  • Ask HN: Have You Left Kubernetes?
    18 projects | news.ycombinator.com | 1 Aug 2022
    Story of one of the projects I am involved in:

    We came from Ansible managed deployments of vanilla docker with nginx as single node ingress with another load balancer on top of that.

    Worked fine, but HA for containers that are only allowed to exist once in the stack was one thing that caused us headaches.

    Then, we had a workshop for Rancher RKE. Looked promising at the start, but operating it became a headache as we didn't have enough people in the project team to maintain it. Certificates expiring was an issue and the fact that you actually kinda had to baby-sit the cluster was a turn off.

    We killed the switch to kubernetes.

    In the meantime we were toying around with Docker Swarm for smaller scale deployments and inhouse infrastructure. We didn't find anything to not like and are currently moving into that direction.

    How we do things in Swarm:

    1. Monitoring using an updated Swarmprom stack (https://github.com/neuroforgede/swarmsible/tree/master/envir...)

  • Container / host monitoring strategy?
    2 projects | /r/docker | 19 Jun 2022
  • I ported swarmprom to all new docker image versions - It still works just fine!
    1 project | /r/selfhosted | 16 Jun 2022
  • An updated Docker Swarm Monitoring Stack based on the original Swarmprom
    1 project | /r/docker | 14 Jun 2022
    For anyone interested in this, check out: https://github.com/neuroforgede/swarmsible/blob/master/environments/test/test-swarm/stacks/02_monitoring/README.md
  • Show HN: I ported swarmprom to all new image versions
    1 project | news.ycombinator.com | 11 Jun 2022
  • Show HN: Swarmsible – Ansible Playbooks to Setup (and Manage) a Docker Swarm
    1 project | news.ycombinator.com | 2 Jun 2022

What are some alternatives?

When comparing Dragonfly2 and swarmsible you can also consider the following projects:

Dragonfly - This repository has be archived and moved to the new repository https://github.com/dragonflyoss/Dragonfly2.

swarmsible-hetzner - Companion repository for https://github.com/neuroforgede/swarmsible with a focus on usage in the Hetzner cloud

plural - Deploy open source software on Kubernetes in record time. 🚀

nydus - Nydus - the Dragonfly image service, providing fast, secure and easy access to container images.

KrakenD - Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation

terraform-hcloud-kube-hetzne

kitex - Go RPC framework with high-performance and strong-extensibility for building micro-services.

docker-stack-deploy - Utility to improve docker stack deploy

tendermint - ⟁ Tendermint Core (BFT Consensus) in Go

Netdata - The open-source observability platform everyone needs

kraken - P2P Docker registry capable of distributing TBs of data in seconds

k8s-config-connector - GCP Config Connector, a Kubernetes add-on for managing GCP resources