k3s
Lightweight Kubernetes (by k3s-io)
kubespray
Deploy a Production Ready Kubernetes Cluster (by kubernetes-sigs)
k3s | kubespray | |
---|---|---|
312 | 60 | |
29,036 | 16,772 | |
1.3% | 1.8% | |
9.7 | 9.8 | |
2 days ago | 5 days ago | |
Go | Jinja | |
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.
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.
k3s
Posts with mentions or reviews of k3s.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-24.
-
Let's Build Together: A Local Playground for Apache Polaris
A lightweight k3s Kubernetes cluster using k3d
- Implémenter le Retrieval Augmented Generation (RAG) de manière privée sur Kubernetes avec KubeAI et…
-
Scaling Spin Apps With KEDA
Setting up the Kubernetes cluster and the AWS SQS queue is outside the scope of this article, but you can deploy an Amazon EKS cluster by following this guide, or use k3s as a lightweight, local alternative. For setting up an SQS queue, refer to this tutorial.
-
My 2024 review
Start with small-scale experiments using k3s/k3d
-
Using SpinKube on Kairos
This will initialize K3S (a lightweight Kubernetes distribution), and will configure the Kairos SpinKube bundle we will install in a moment.
-
A Very Deep Dive Into Docker Builds
Finally the main reason for us is the choice of runtime. We have very decent container runtimes (RKE, RHOS, K3s) available to deploy applications. We are very familiar with them, and they offer us a lot of functionality. These all support containers primarily.
-
Building a Kubernetes Cluster from Scratch With K3s And MetalLB
I used K3S in my cluster because it is a lightweight, stripped-down version of Kubernetes that’s ideal for running on resource-constrained devices like Raspberry PIs I plan to use in my home lab cluster. K3S can be installed through a shell script:
-
Lightweight Kubernetes and Wasm is a Perfect Combo
In the last few years, we’ve witnessed the introduction of several new lightweight Kubernetes distributions. SUSE’s Rancher Labs k3s project was one of the earliest. Canonical now includes Microk8s in Ubuntu. And k0s is a single-binary Kubernetes distribution.
-
Create your K3S lab on Google Cloud
K3S is a Kubernetes distribution made by Rancher, made to be as lightweight as possible while being compatible with Kubernetes production standards.
-
Turing Pi 2 Home cluster
Jeff led me to K3s using Ansible, a lightweight Kubernetes distribution that is perfect for my home cluster and a pre-defined way of installing it because I don't have pre-requirements nor the idea on how to set it up otherwise.
kubespray
Posts with mentions or reviews of kubespray.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-08.
-
Setting Up The Home Lab: Setting up Kubernetes Using Ansible
So now that I've got my hosts deployed, it's time to set up Kubernetes. I've cloned the Kubespray GitHub repo and now I'll run the cluster.yml playbook:
-
Lowest Price for your own kubernetes using Hetzner Cloud(incl. Storage Provisioner)
kube-master1:~# sudo apt install python3-pip -y sudo apt install python3-virtualenv -y git clone https://github.com/kubernetes-sigs/kubespray.git VENVDIR=kubespray-venv KUBESPRAYDIR=kubespray ANSIBLE_VERSION=2.12 virtualenv --python=$(which python3) $VENVDIR source $VENVDIR/bin/activate (kubespray-venv) kube-master1:~# cd $KUBESPRAYDIR pip install -U -r requirements.txt cp -rfp inventory/sample inventory/mycluster
-
Provisioning Kubernetes Clusters with Kubespray
For further troubleshooting on any encountered issue, please refer to the official Kubespray repository for comprehensive troubleshooting steps.
-
Upgrading Hundreds of Kubernetes Clusters
When it came to deployment, I had several options, and I chose the hard way: deploying Kubernetes on bare metal nodes using KubeSpray. Troubleshooting bare metal Kubernetes deployments honed my skills in pinpointing issues. This hands-on experience provided a deep understanding of how each component, like the Control Plane, kubelet, Container Runtime, and scheduler, interacts to orchestrate containers.
-
Zarf: K8s in Airgapped Environments
Worth noting that if you like ansible, Kubespray has had documented air-gap installation since 2018 https://github.com/kubernetes-sigs/kubespray/commit/963c3479...
- Ask HN: Options for K8s On-Prem
-
Kubernetes dial tcp myIP:10250: connect: no route to host
calico v3.7.3 kubernetes v1.16.0 installed via kubespray https://github.com/kubernetes-sigs/kubespray
-
How many of you are running kubernetes on prem?
About 1yr ago I ran k8s with 300 nodes using kube spray https://github.com/kubernetes-sigs/kubespray . Never had any real issue with it. We did finally move to the cloud though.
- Automated Kubernetes installation
-
Learning to setup my own k8s cluster
I would highly recommend https://github.com/kubernetes-sigs/kubespray
What are some alternatives?
When comparing k3s and kubespray you can also consider the following projects:
minikube - Run Kubernetes locally
talos - Talos Linux is a modern Linux distribution built for Kubernetes.
k9s - 🐶 Kubernetes CLI To Manage Your Clusters In Style!
kubeadm - Aggregator for issues filed against kubeadm
k0s - k0s - The Zero Friction Kubernetes
rke2