hcloud-cloud-controller-manager VS swarmsible

Compare hcloud-cloud-controller-manager vs swarmsible and see what are their differences.

hcloud-cloud-controller-manager

Kubernetes cloud-controller-manager for Hetzner Cloud (by hetznercloud)

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
hcloud-cloud-controller-manager swarmsible
8 11
646 55
1.4% -
8.7 5.6
5 days ago 18 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.

hcloud-cloud-controller-manager

Posts with mentions or reviews of hcloud-cloud-controller-manager. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-09.
  • Bare-Metal Kubernetes, Part I: Talos on Hetzner
    8 projects | news.ycombinator.com | 9 Sep 2023
    When it comes to load balancing, I think the hcloud-cloud-controller-manager[1] is probably your best bet, and although I haven't tested it, I'm sure it can be coerced into some kind of working configuration with the vSwitch/Cloud Network coupling, even none of cluster is actually Cloud-based.

    I haven't used Sidero Omni yet, but if it's as well architected as Talos is, I'm sure it's an excellent solution. It still leaves open the question of ordering and provisioning the servers themselves. For simpler use-cases it wouldn't be too difficult to hack together a script to interact with the Hetzner Robot API to achieve this goal, but if I wanted any level of robustness, and if you'll excuse the shameless plug, I think I'd write a custom operator in Rust using my hrobot-rs[2] library :)

    [1] https://github.com/hetznercloud/hcloud-cloud-controller-mana...

  • Ditching ingress-nginx for Cloudflare Tunnels
    4 projects | /r/kubernetes | 3 Jun 2023
    Did you actually use the Hetzner LBs or did you just send traffic to the NodePort?
  • Creating an ARM server with Ansible
    2 projects | /r/hetzner | 28 Apr 2023
  • Can any Hetzner user, please explain there workflow on Hetzner?
    20 projects | news.ycombinator.com | 22 Mar 2023
    It's not even close to major public cloud providers, but this is my setup:

    * https://github.com/kube-hetzner/terraform-hcloud-kube-hetzne... (Terraform, Kubernetes bootstrap)

    * Flux for CI

    * nginx-ingress + Hetzner Loadbalancer (thanks to https://github.com/hetznercloud/hcloud-cloud-controller-mana...)

    * Hetzner storage volumes (thanks to https://github.com/hetznercloud/csi-driver)

    Kube-Hetzner supports Hetzner Cloud loadbalancers and volumes out of the box, though it also supports other components.

  • Tell HN: I got 10x Hetzner storage at the same price
    5 projects | news.ycombinator.com | 19 Feb 2022
  • Error Message: missing prefix hcloud:// even with --cloud-provider=external
    1 project | /r/hetzner | 22 Dec 2021
  • best practice kubernetes node networking
    1 project | /r/kubernetes | 29 Oct 2021
    I plan to do the same or have already implemented it. I use the Hetzner private networks with the hcloud-cloud-controller-manager https://github.com/hetznercloud/hcloud-cloud-controller-manager. This creates routes so that the nodes are also connected to each other in the private network. All kubernetes resources listen on the private network. Except for the Kubernetes API, which listens on the external IP of the master so I can use kubectl from home. The actual gateway into the cluster is controlled by a load balancer from Hetzner.
  • Unable to use hcloud-cloud-controller-manager LB as ingress controller. Health check fails
    2 projects | /r/hetzner | 31 May 2021
    I want to use Hetzner's Load Balancer as a Nginx Ingress controller. I follow this suggestion to install Nginx Ingress via helm.

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 hcloud-cloud-controller-manager and swarmsible you can also consider the following projects:

etcd - Distributed reliable key-value store for the most critical data of a distributed system [Moved to: https://github.com/etcd-io/etcd]

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

magento2-on-kubernetes - Configuration to deploy Magento 2 in a Kubernetes cluster

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

hetzner-lb-acmedns - A service to automatically update Letsencrypt SSL certificates on the Hetzner load-balancer using joohoi/acme-dns.

terraform-hcloud-kube-hetzne

cluster-api-provider-hetzner - Kubernetes Cluster API Provider Hetzner provides a consistent deployment and day 2 operations of "self-managed" Kubernetes clusters on Hetzner.

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

terraform-provider-hcloud - Terraform Hetzner Cloud provider

Netdata - The open-source observability platform everyone needs

hetzner.hcloud - A collection to manage resources on Hetzner Cloud

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