Rke2 Alternatives

Similar projects and alternatives to rke2

  1. go

    2,267 rke2 VS go

    The Go programming language

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. kubernetes

    789 rke2 VS kubernetes

    Production-Grade Container Scheduling and Management

  4. terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  5. Caddy

    438 rke2 VS Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  6. k3s

    317 rke2 VS k3s

    Lightweight Kubernetes

  7. traefik

    198 rke2 VS traefik

    The Cloud Native Application Proxy

  8. Vault

    178 rke2 VS Vault

    A tool for secrets management, encryption as a service, and privileged access management

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. git-lfs

    163 rke2 VS git-lfs

    Git extension for versioning large files

  11. kubernetes-the-hard-way

    Bootstrap Kubernetes the hard way. No scripts.

  12. Harbor

    80 rke2 VS Harbor

    An open source trusted cloud native registry project that stores, signs, and scans content.

  13. talos

    65 rke2 VS talos

    Talos Linux is a modern Linux distribution built for Kubernetes.

  14. kubespray

    60 rke2 VS kubespray

    Deploy a Production Ready Kubernetes Cluster

  15. k3sup

    58 rke2 VS k3sup

    bootstrap K3s over SSH in < 60s 🚀

  16. UrBackup

    UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux

  17. Akaunting

    50 rke2 VS Akaunting

    Online Accounting Software

  18. cloud-nuke

    A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it

  19. manifesto

    28 rke2 VS manifesto

    The OpenTF Manifesto expresses concern over HashiCorp's switch of the Terraform license from open-source to the Business Source License (BSL) and calls for the tool's return to a truly open-source license.

  20. Moto

    34 rke2 VS Moto

    A library that allows you to easily mock out tests based on AWS infrastructure.

  21. foundation

    15 rke2 VS foundation

    ☁️♮🏛 This repo contains several documents related to the operation of the CNCF. File non-technical issues related to CNCF here.

  22. s2n

    10 rke2 VS s2n

    An implementation of the TLS/SSL protocols

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rke2 alternative or higher similarity.

rke2 discussion

Log in or Post with

rke2 reviews and mentions

Posts with mentions or reviews of rke2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-05.
  • A Comparative Analysis of K3s, MicroK8s, and Alternatives
    2 projects | news.ycombinator.com | 5 Apr 2025
    K3s is truly great - been using it for years for just about everything not warranting a full cluster. MicroK8s feels like it does too much in non-standard ways and when it breaks you're suddenly dealing with Snap related issues and it's a total immersion break.

    Lately there's also RKE2 (https://docs.rke2.io/) that I've been growing fondness for and it's only marginally more tricky to setup, with the bonus effect of having a more 'standard' cluster distribution and more knobs to twist.

    Not that I'd be shy of running K3s in production, but it seems easier to follow 'standard Kubernetes way' for things without having to diff with some of K3s's default configuration choices - which, again, aren't bad at all for folks who do not need all of the different options.

    For edge workloads and smaller clusters / less familiar operators that want to run Kubernetes platforms themselves without depending on a managed provider, K3s is pretty impossible to beat.

  • Instalação do RKE2 em HA
    1 project | dev.to | 4 Jan 2025
  • Deploy Nginx Load Balancer for Rancher
    1 project | dev.to | 4 Apr 2024
  • Install RKE2 with Cilium and Metallb
    3 projects | dev.to | 3 Apr 2024
    In this essay, we showed how to use Rancher rke2 to deploy a Kubernetes cluster with 6 Debian nodes with firewall enabled. We've also covered deploying Cilium as a CNI for our cluster and have it completely replace kube-proxy so as to increase speed and gain more observability via Cilium tools. This article also showed how to deploy Metallb to manage IP pools and load balance traffic for those IP pools. Throughout this guide, we assumed that we have an external load balancer that will distribute traffic to our workload and control plane nodes. For further information please visit rke2 official documents: "https://docs.rke2.io/".
  • 5-Step Approach: Projectsveltos for Kubernetes add-on deployment and management on RKE2
    5 projects | dev.to | 18 Dec 2023
    In this blog post, we will demonstrate how easy and fast it is to deploy Sveltos on an RKE2 cluster with the help of ArgoCD, register two RKE2 Cluster API (CAPI) clusters and create a ClusterProfile to deploy Prometheus and Grafana Helm charts down the managed CAPI clusters.
  • OpenTF Announces Fork of Terraform
    28 projects | news.ycombinator.com | 25 Aug 2023
    Did something happen to the Apache 2 rancher? https://github.com/rancher/rancher/blob/v2.7.5/LICENSE RKE2 is similarly Apache 2: https://github.com/rancher/rke2/blob/v1.26.7%2Brke2r1/LICENS...
  • Self-hosted Serverless with Kubernetes for a Small Team
    1 project | /r/kubernetes | 6 May 2023
  • Just finished migrating my old tower servers to a Kubernetes cluster on my new rack!
    19 projects | /r/homelab | 21 Jan 2023
    To provision all of my clusters, I use Rancher with RKE2. The primary Rancher server is hosted on a bootstrapped RKE2 cluster running on a VPS.
  • Golang is evil on shitty networks
    21 projects | news.ycombinator.com | 29 Dec 2022
    Golang has burned me more than once with bizarre design decisions that break things in a user hostile way.

    The last one we ran into was a change in Go 1.15 where servers that presented a TLS certificate with the hostname encoded into the CN field instead of the more appropriate SAN field always fail validation.

    The behavior could be disabled however that functionality was removed in 1.18 with no way to opt back into the old behavior. I understand why SAN is the right way to do it but in this case I didn’t control the server.

    Developers at Google probably never have to deal with 3rd parties with shitty infrastructure but a lot of us do.

    Here’s a bug in rke that’s related https://github.com/rancher/rke2/issues/775

  • Documentation on how to deploy an RKE2 cluster with rancher?
    1 project | /r/rancher | 20 Dec 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic rke2 repo stats
28
1,771
9.5
4 days ago

rancher/rke2 is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of rke2 is Go.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com