hcloud-cloud-controller-manager VS cluster-api-provider-hetzner

Compare hcloud-cloud-controller-manager vs cluster-api-provider-hetzner and see what are their differences.

hcloud-cloud-controller-manager

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

cluster-api-provider-hetzner

Cluster API Provider Hetzner :rocket: The best way to manage Kubernetes clusters on Hetzner, fully declarative, Kubernetes-native and with self-healing capabilities (by syself)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hcloud-cloud-controller-manager cluster-api-provider-hetzner
9 30
750 703
2.0% 4.3%
9.2 9.4
about 16 hours ago 6 days ago
Go Go
Apache License 2.0 Apache License 2.0
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 2024-07-16.
  • Managing Kubernetes on Hetzner with Cluster API
    4 projects | dev.to | 16 Jul 2024
    export KUBECONFIG=hetzner-cluster-kubeconfig.yaml # Install Hetzner CCM kubectl apply -f https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/latest/download/ccm.yaml # Install Flannel CNI - You can use your preferred CNI instead, e.g. Cilium kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml
  • 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.

cluster-api-provider-hetzner

Posts with mentions or reviews of cluster-api-provider-hetzner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-01.
  • Kubernetes on Hetzner: cutting my infra bill by 75%
    8 projects | news.ycombinator.com | 1 Dec 2024
    Ive also been using Cluster-API + Cluster-API-Provider-Hetzner

    https://github.com/syself/cluster-api-provider-hetzner

    works rock solid

  • Managing Kubernetes on Hetzner with Cluster API
    4 projects | dev.to | 16 Jul 2024
    The Cluster API Provider Hetzner (CAPH) is an open-source project (maintained by Syself and the community; not a Hetzner project) that allows you to leverage the capabilities of Cluster API to manage highly-available Kubernetes clusters on both Hetzner baremetal servers (Robot) and Hetzner cloud instances.
  • Bare-Metal Kubernetes, Part I: Talos on Hetzner
    8 projects | news.ycombinator.com | 9 Sep 2023
    Hetzner Cloud is officially supported, but that means setting up VPSs in Hetzner's Cloud offering, whereas this project was intended as a more or less independent pure bare-metal cluster. I see they offer Bare Metal support as well, but I haven't dived too deep into it.

    I haven't used KubeOne, but I have previously used Syself's https://github.com/syself/cluster-api-provider-hetzner which I believe works in a similar fashion. I think the approach is very interesting and plays right into the Kubernetes Operator playbook and its self-healing ambitions.

    That being said, the complexity of the approach, probably in trying to span and resolve inconsistencies across such a wide landscape of providers, caused me quite a bit of grief. I eventually abandoned this approach after having some operator somewhere consistently attempt and fail to spin up a secondary control plane VPS against my wishes. After poring over loads of documentation and half a dozen CRDs in an attempt to resolve it, I threw in my hat.

    Of course, Kubermatic is not Syself, and this was about a year ago, so it is entirely possible that both projects are absolutely superb solutions to the problem at this point.

  • Fly.io Postgres cluster went down for 3 days, no word from them about it
    9 projects | news.ycombinator.com | 20 Jul 2023
    For anyone interested in Kubernetes on Hetzner, there's a really interesting CAPI provider being actively developed:

    https://github.com/syself/cluster-api-provider-hetzner

  • Syself: Cluster API Provider Hetzner released
    1 project | /r/hetzner | 17 Jul 2023
  • Cluster API Provider Hetzner released
    1 project | /r/kubernetes | 16 Jul 2023
  • How many of you are running kubernetes on prem?
    2 projects | /r/kubernetes | 22 Jun 2023
    Just a hint running ML Workloads on Hetzner is pretty cheap! You could use for managing k8s: https://github.com/syself/cluster-api-provider-hetzner
  • Syself cluster-api-provider Hetzner v1.0.0-beta.16
    1 project | /r/kubernetes | 17 Apr 2023
    we (Syself) release Cluster-API Provider Hetzner v1.0.0-beta.16.
  • NEW ARM-BASED CLOUD SERVER
    2 projects | /r/hetzner | 12 Apr 2023
    ah okay they come from the upstream cluster-api project. The caph project implements only the infrastructure provider part of Cluster API.
  • Has anyone set up autoscaling on hetzner?
    2 projects | /r/hetzner | 4 Apr 2023
    you can easily use it with https://github.com/syself/cluster-api-provider-hetzner

What are some alternatives?

When comparing hcloud-cloud-controller-manager and cluster-api-provider-hetzner 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]

kubeone - Kubermatic KubeOne automate cluster operations on all your cloud, on-prem, edge, and IoT environments.

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

free-tier-gke - Get your very own GKE cluster for next to nothing!

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

cluster-api-k3s - Cluster API k3s

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

cluster-api-provider-vsphere

cloudflare-operator - A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources

steampipe-plugin-hcloud - Use SQL to instantly query servers, networks and more from Hetzner Cloud. Open source CLI. No DB required.

terraform-provider-hcloud - Terraform Hetzner Cloud provider

sbom-operator - Catalogue all images of a Kubernetes cluster to multiple targets with Syft

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured