eks-anywhere VS rke2

Compare eks-anywhere vs rke2 and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
eks-anywhere rke2
21 26
1,912 1,334
1.2% 4.3%
9.9 9.3
6 days ago 5 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.

eks-anywhere

Posts with mentions or reviews of eks-anywhere. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-16.
  • Docker for Rancher?
    3 projects | /r/kubernetes | 16 Oct 2022
    I'd suggest move from rancher to EKS Anywhere and the respective Cluster API providers... Self-managed node pools on top of bottlerocket can be established using common terraform-aws-eks module, otherwise.
  • Is setting up a production k8s a one-man job?
    6 projects | /r/kubernetes | 13 Oct 2022
    There are plenty of vendor specific bugs, like no EBS in [EKS Fargate](https://github.com/aws/containers-roadmap/issues/1113), and settling a Kubernetes cluster on top of Bottlerocket and [EKS Anywhere](https://github.com/aws/eks-anywhere), on your own is somewhat impossible.
  • Systemd by Example
    7 projects | news.ycombinator.com | 25 Jan 2022
    > It has no init system.

    Apologies that I can't link directly to the "--init" flag but docker actually does have an init, it's just (err, was?) compiled into the binary: https://docs.docker.com/engine/reference/commandline/run/#op...

    My recollection is that it either adopted, or inspired, https://github.com/Yelp/dumb-init#readme which folks used to put into their Dockerfile as the init system back in the day

    Folks (ahem, I'm looking at you, eks-anywhere[0]) who bundle systemd into a docker container are gravely misguided, and the ones which do so for the ability to launch sshd alongside the actual container's main process are truly, truly lost

    0: https://github.com/aws/eks-anywhere/issues/838#issuecomment-...

  • Homelab ideas for AWS Cloud Engineer
    3 projects | /r/homelab | 24 Jan 2022
    EKS anywhere looks like an adventure - https://anywhere.eks.amazonaws.com
  • EKS Anywhere: The What, The Why and The How
    3 projects | dev.to | 12 Sep 2021
    That brings us to the end of this walkthrough. Thank you very much for reading and I hope you will give EKS Anywhere a spin. The complete documentation is available here. If you are interested in contributing, please open an issue or pull request on the EKS Anywhere GitHub repo. Let me know your thoughts in the comments below. If you have more questions, feel free to reach out to me on LinkedIn or Twitter.
  • Amazon EKS Anywhere
    4 projects | news.ycombinator.com | 8 Sep 2021
    EKS Engineer here. This is something we have lots of thoughts about and want to make better in EKS on AWS.

    For EKS Anywhere, you can configure your cluster with OIDC auth today, and IAM auth is coming very soon. https://github.com/aws/eks-anywhere/issues/90

    4 projects | news.ycombinator.com | 8 Sep 2021
    6 projects | /r/kubernetes | 8 Sep 2021
    Not yet but it's a request we've heard from beta testers. Would love to hear what you need in a GitHub issue so we can prioritize additional providers. https://github.com/aws/eks-anywhere/issues
    6 projects | /r/kubernetes | 8 Sep 2021

rke2

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 2024-04-03.
  • Install RKE2 with Cilium and Metallb
    3 projects | dev.to | 3 Apr 2024
    Go to "https://github.com/rancher/rke2/releases" and select a release. After that, you should download rke2-images-core.linux-amd64.tar.gz. Create the Rancher data directory to put the compressed offline images.
    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
  • 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

  • K3s or RKE2?
    3 projects | /r/kubernetes | 10 Dec 2022
    Currently at https://docs.rke2.io/ it says (excerpted):
    3 projects | /r/kubernetes | 10 Dec 2022
    just looking at this myself. I think k3s has more support for arm, but looking through the github repo there are a lot of bugs indicating its a mess. RKE2 seems to be their big push, they also have a github issue open that has been open for the last 2 releases that they are going to add a update path from k3s to rke2. https://github.com/rancher/rke2/issues/881
  • Best way to install and use kubernetes for learning
    19 projects | /r/kubernetes | 12 Nov 2022
    RKE (https://rancher.com/docs/rke) and RKE2 (https://docs.rke2.io/) from Rancher folks
  • KubeFire : CrĂ©er et gèrer des clusters Kubernetes en utilisant des microVMs avec Firecracker …
    8 projects | dev.to | 11 Nov 2022
    RKE2 - Rancher's Next Generation Kubernetes Distribution

What are some alternatives?

When comparing eks-anywhere and rke2 you can also consider the following projects:

kubespray - Deploy a Production Ready Kubernetes Cluster

LocalStack - đź’» A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

kind - Kubernetes IN Docker - local clusters for testing Kubernetes

eks-distro - Amazon EKS Distro (EKS-D) is a Kubernetes distribution based on and used by Amazon Elastic Kubernetes Service (EKS) to create reliable and secure Kubernetes clusters.

gardener - Kubernetes-native system managing the full lifecycle of conformant Kubernetes clusters as a service on Alicloud, AWS, Azure, GCP, OpenStack, vSphere, KubeVirt, Hetzner, EquinixMetal, MetalStack, and OnMetal with minimal TCO.

talos - Talos Linux is a modern Linux distribution built for Kubernetes.

hetzner-k3s - A CLI tool to create and manage Kubernetes clusters in Hetzner Cloud using the lightweight distribution k3s by Rancher.

k3s - Lightweight Kubernetes

eksctl - The official CLI for Amazon EKS

OpenFaaS - OpenFaaS - Serverless Functions Made Simple

oci-cloud-controller-manager - Kubernetes Cloud Controller Manager implementation for Oracle Cloud Infrastructure

ansible-role-k3s - Ansible role for deploying k3s cluster