runner VS cert-manager

Compare runner vs cert-manager and see what are their differences.

runner

The Runner for GitHub Actions :rocket: (by actions)

cert-manager

Automatically provision and manage TLS certificates in Kubernetes (by cert-manager)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
runner cert-manager
58 101
4,489 11,429
2.4% 1.5%
9.1 9.6
4 days ago 6 days ago
C# Go
MIT License 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.

runner

Posts with mentions or reviews of runner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-23.
  • Why the fuck are we templating YAML? (2019)
    27 projects | news.ycombinator.com | 23 Jan 2024
    In the case of GitHub Actions, it's made more painful by the lack of support for YAML anchors, which provide a bare minimum of composability.

    https://github.com/actions/runner/issues/1182

  • please dont state this as a "workaround". your version simply "pretends" it is a tty when infact it is not an actual tty
    1 project | /r/programmingcirclejerk | 5 Dec 2023
  • PySide vs. .NET WinForms for a Desktop GUI App in 2023?
    1 project | news.ycombinator.com | 19 Nov 2023
    Even if you don’t pick Avalonia, their notes for Mac distribution look useful:

    https://docs.avaloniaui.net/docs/distribution-publishing/mac...

    For example, the GitHub actions runner itself is a modern .NET core project with CI except for .app packaging.

    https://github.com/actions/runner/tree/main/.github/workflow...

  • GitHub Actions Are a Problem
    19 projects | news.ycombinator.com | 12 Nov 2023
    This probably answers your question:

    https://github.com/actions/runner/blob/a4c57f27477077e57545a...

  • DevOps CI/CD Quick Start Guide with GitHub Actions πŸ› οΈπŸ™βš‘οΈ
    4 projects | dev.to | 27 Oct 2023
    $ mkdir actions-runner && cd actions-runner $ curl -o actions-runner-osx-arm64-2.311.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.311.0/actions-runner-osx-arm64-2.311.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98.1M 100 98.1M 0 0 20.0M 0 0:00:04 0:00:04 --:--:-- 23.5M $ echo "fa2f107dbce709807bae014fb3121f5dbe106211b6bbe3484c41e3b30828d6b2 actions-runner-osx-arm64-2.311.0.tar.gz" | shasum -a 256 -c actions-runner-osx-arm64-2.311.0.tar.gz: OK $ tar xzf ./actions-runner-osx-arm64-2.311.0.tar.gz ❯ ./config.sh --url https://github.com/dpills/devops-quick-start-guide --token AGDCRGCMZWN34QIVISIO5XXXXXX -------------------------------------------------------------------------------- | ____ _ _ _ _ _ _ _ _ | | / ___(_) |_| | | |_ _| |__ / \ ___| |_(_) ___ _ __ ___ | | | | _| | __| |_| | | | | '_ \ / _ \ / __| __| |/ _ \| '_ \/ __| | | | |_| | | |_| _ | |_| | |_) | / ___ \ (__| |_| | (_) | | | \__ \ | | \____|_|\__|_| |_|\__,_|_.__/ /_/ \_\___|\__|_|\___/|_| |_|___/ | | | | Self-hosted runner registration | | | -------------------------------------------------------------------------------- # Authentication √ Connected to GitHub # Runner Registration Enter the name of the runner group to add this runner to: [press Enter for Default] Enter the name of runner: [press Enter for dpills-mac] This runner will have the following labels: 'self-hosted', 'macOS', 'ARM64' Enter any additional labels (ex. label-1,label-2): [press Enter to skip] √ Runner successfully added √ Runner connection is good # Runner settings Enter name of work folder: [press Enter for _work] √ Settings Saved. ❯ ./run.sh √ Connected to GitHub Current runner version: '2.311.0' 2023-10-27 13:32:16Z: Listening for Jobs
  • Automate Flutter app delivery to AppCenter with GitHub Actions
    7 projects | dev.to | 6 Oct 2023
    A runner is where your action's jobs will be run. It can be a hosted virtual environment, or you can self-host a runner in your machine.
  • GitHub Actions Frequently Failing
    1 project | news.ycombinator.com | 4 Sep 2023
  • Runners fail to set up job with tar -xzf error
    1 project | news.ycombinator.com | 4 Sep 2023
  • How to deal with MSVC in DevOps
    9 projects | /r/cpp | 6 Jul 2023
    If i understand this writing correctly (https://github.com/actions/runner/issues/904), running Windows containers in a windows-latest GH Actions host is not possible. While using a self-hosted runner on a Windows server might be an option, this is not what I want since it is a package repo for a well-known open source project, think of the package repo part as a mini-Conan. I wouldn't know who would want to host that. In the best case we would stay with just GH Actions to keep everything confined in one space :)
  • Why is GitHub Actions installing Go 1.2 when I specify Go 1.20?
    2 projects | news.ycombinator.com | 5 May 2023
    Shameless plug for cuelang, which, among many other things, avoid this problem:

    https://cuelang.org

    It's not a new issue, the Python community had exactly the same surprise with 3.10: https://github.com/actions/runner/issues/1989

cert-manager

Posts with mentions or reviews of cert-manager. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-08.
  • deploying a minio service to kubernetes
    3 projects | dev.to | 8 Apr 2024
    cert-manager
  • Upgrading Hundreds of Kubernetes Clusters
    17 projects | dev.to | 3 Apr 2024
    The second one is a combination of tools: External DNS, cert-manager, and NGINX ingress. Using these as a stack, you can quickly deploy an application, making it available through a DNS with a TLS without much effort via simple annotations. When I first discovered External DNS, I was amazed at its quality.
  • Run WebAssembly on DigitalOcean Kubernetes with SpinKube - In 4 Easy Steps
    6 projects | dev.to | 27 Mar 2024
    On top of its core components, SpinKube depends on cert-manager. cert-Manager is responsible for provisioning and managing TLS certificates that are used by the admission webhook system of the Spin Operator. Let’s install cert-manager and KWasm using the commands shown here:
  • Importing kubernetes manifests with terraform for cert-manager
    1 project | dev.to | 17 Jan 2024
    terraform { required_providers { kubectl = { source = "gavinbunney/kubectl" version = "1.14.0" } } } # The reference to the current project or a AWS project data "google_client_config" "provider" {} # The reference to the current cluster or EKS data "google_container_cluster" "my_cluster" { name = var.cluster_name location = var.cluster_location } # We configure the kubectl provider to use those values for authenticating provider "kubectl" { host = data.google_container_cluster.my_cluster.endpoint token = data.google_client_config.provider.access_token cluster_ca_certificate = base64decode(data.google_container_cluster.my_cluster.master_auth[0].cluster_ca_certificate) } #Download the multiple manifests file. data "http" "cert_manager_crds" { url = "https://github.com/cert-manager/cert-manager/releases/download/v${var.cert_manager_version}/cert-manager.crds.yaml" } data "kubectl_file_documents" "cert_manager_crds" { content = data.http.cert_manager_crds.response_body lifecycle { precondition { condition = 200 == data.http.cert_manager_crds.status_code error_message = "Status code invalid" } } } # We use the for_each or else this kubectl_manifest will only import the first manifest in the file. resource "kubectl_manifest" "cert_manager_crds" { for_each = data.kubectl_file_documents.cert_manager_crds.manifests yaml_body = each.value }
  • An opinionated template for deploying a single k3s cluster with Ansible backed by Flux, SOPS, GitHub Actions, Renovate, Cilium, Cloudflare and more!
    6 projects | /r/kubernetes | 4 Dec 2023
    SSL certificates thanks to Cloudflare and cert-manager
  • Deploy Rancher on AWS EKS using Terraform & Helm Charts
    3 projects | dev.to | 14 Nov 2023
    kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.crds.yaml
  • Setup/Design internal PKI
    1 project | /r/sysadmin | 4 Nov 2023
    put the Sub-CA inside hashicorp vault to be used for automatic signing of services like https://cert-manager.io/ inside our k8s clusters.
  • Task vs Make - Final Thoughts
    3 projects | dev.to | 10 Aug 2023
    install-cert-manager: desc: Install cert-manager deps: - init-cluster cmds: - kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/{{.CERT_MANAGER_VERSION}}/cert-manager.yaml - echo "Waiting for cert-manager to be ready" && sleep 25 status: - kubectl -n cert-manager get pods | grep Running | wc -l | grep -q 3
  • Easy HTTPS for your private networks
    13 projects | news.ycombinator.com | 10 Jul 2023
    I've been pretty frustrated with how private CAs are supported. Your private root CA can be maliciously used to MITM every domain on the Internet, even though you intend to use it for only a couple domain names. Most people forget to set Name Constraints when they create these and many helper tools lack support [1][2]. Worse, browser support for Name Constraints has been slow [3] and support isn't well tracked [4]. Public CAs give you certificate transparency and you can subscribe to events to detect mis-issuance. Some hosted private CAs like AWS's offer logs [5], but DIY setups don't.

    Even still, there are a lot of folks happily using private CAs, they aren't the target audience for this initial release.

    [1] https://github.com/FiloSottile/mkcert/issues/302

    [2] https://github.com/cert-manager/cert-manager/issues/3655

    [3] https://alexsci.com/blog/name-non-constraint/

    [4] https://github.com/Netflix/bettertls/issues/19

    [5] https://docs.aws.amazon.com/privateca/latest/userguide/secur...

  • ☸️ Managed Kubernetes : Our dev is on AWS, our prod is on OVH
    6 projects | dev.to | 1 Jul 2023
    the Cert Manager

What are some alternatives?

When comparing runner and cert-manager you can also consider the following projects:

act - Run your GitHub Actions locally πŸš€

metallb - A network load-balancer implementation for Kubernetes using standard routing protocols

azure-pipelines-agent - Azure Pipelines Agent πŸš€

aws-load-balancer-controller - A Kubernetes controller for Elastic Load Balancers

virtual-environments - GitHub Actions runner images [Moved to: https://github.com/actions/runner-images]

Portainer - Making Docker and Kubernetes management easy.

github-act-runner - act as self-hosted runner

awx-operator - An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. πŸ€–

mockoon - Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.

k3s - Lightweight Kubernetes

docker-github-runner-linux - Repository for building a self hosted GitHub runner as a ubuntu linux container

oauth2-proxy - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.