k8s-config-connector VS swarmsible

Compare k8s-config-connector vs swarmsible and see what are their differences.

k8s-config-connector

GCP Config Connector, a Kubernetes add-on for managing GCP resources (by GoogleCloudPlatform)

swarmsible

Ansible based Tooling and production grade example Docker Stacks. Updated with new learnings from running Docker Swarm in production (by neuroforgede)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
k8s-config-connector swarmsible
12 11
824 55
1.9% -
9.8 5.6
6 days ago 7 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.

k8s-config-connector

Posts with mentions or reviews of k8s-config-connector. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-28.

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 k8s-config-connector and swarmsible you can also consider the following projects:

backstage - Backstage is an open platform for building developer portals

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

crossplane - The Cloud Native Control Plane

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

plural - Deploy open source software on Kubernetes in record time. ๐Ÿš€

terraform-hcloud-kube-hetzne

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

community - Kubernetes community content

Netdata - The open-source observability platform everyone needs

docker-volume-hetzner - Docker Volume Plugin for accessing Hetzner Cloud Volumes

nothelm.py - nothelm.py - opinionated docker stack project tool with templating support