k3sup VS k3os

Compare k3sup vs k3os and see what are their differences.

k3os

Purpose-built OS for Kubernetes, fully managed by Kubernetes. (by rancher)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
k3sup k3os
58 25
5,850 3,489
- -
7.1 0.0
12 days ago 5 months ago
Go Go
GNU General Public License v3.0 or later 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.

k3sup

Posts with mentions or reviews of k3sup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-11.
  • K3s – Lightweight Kubernetes
    17 projects | news.ycombinator.com | 11 Oct 2023
  • Packaging Go for Arch Linux Tutorial
    2 projects | dev.to | 17 Sep 2023
    # Maintainer: Talha Altinel pkgname=k3sup pkgver=0.13.0 pkgrel=1 pkgdesc='A tool to bootstrap K3s over SSH in < 60s' arch=('x86_64') url='https://github.com/alexellis/k3sup' license=('MIT') depends=('glibc' 'openssh') makedepends=('git' 'go>=1.20') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alexellis/k3sup/archive/${pkgver}.tar.gz") sha256sums=('24939844ac6de581eb05ef6425c89c32b2d0e22800f1344c19b2164eec846c92') _commit=('1d2e443ea56a355cc6bd0a14a8f8a2661a72f2e8') build() { cd "$pkgname-$pkgver" export CGO_CPPFLAGS="${CPPFLAGS}" export CGO_CFLAGS="${CFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_LDFLAGS="${LDFLAGS}" export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" go build \ -ldflags "-s -w -X github.com/alexellis/k3sup/cmd.Version=$pkgver -X github.com/alexellis/k3sup/cmd.GitCommit=$_commit" \ -o k3sup \ . for shell in bash fish zsh; do ./k3sup completion "$shell" > "$shell-completion" done } package() { cd "$pkgname-$pkgver" install -Dm755 -t "$pkgdir/usr/bin" k3sup mkdir -p "${pkgdir}/usr/share/bash-completion/completions/" mkdir -p "${pkgdir}/usr/share/zsh/site-functions/" mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/" install -Dm644 bash-completion "$pkgdir/usr/share/bash-completion/completions/k3sup" install -Dm644 fish-completion "$pkgdir/usr/share/fish/vendor_completions.d/k3sup.fish" install -Dm644 zsh-completion "$pkgdir/usr/share/zsh/site-functions/_k3sup" install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE }
  • Fastest way to set up an k8s environment ?
    13 projects | /r/kubernetes | 31 May 2023
  • How do you archive your side hobby projects?
    1 project | /r/csMajors | 22 Apr 2023
    I recommend learning docker first, then pick a vps host from vpsbenchmarks, then use k3sup to deploy a kubernetes cluster on that, then follow a getting-started kubernetes tutorial from there. You'll also want to buy a domain name with tld-list and then provision a TLS certificate with cert-manager and letsencrypt (skip steps 1-4 because Google Cloud is overpriced).
  • What do you use as a kubernetes base?
    3 projects | /r/selfhosted | 13 Apr 2023
    I just installed k3s yesterday using k3sup on 6 VMs (3 masters, 3 workers) each with 2GB RAM ( limited by the actual RAM on hardware, for now ) with Ubuntu 22.04 as the base OS.
  • How to create cluster?
    2 projects | /r/kubernetes | 12 Apr 2023
  • What's a cheap way to setup your own Kubernetes cluster locally or remote?
    4 projects | /r/kubernetes | 10 Apr 2023
    k3s installed with k3sup, longhorn for storage, kube-vip for API VIP, and MetalLB for service load balancer using local subnet, and of course Rancher.
  • Docker: We’re No Longer Sunsetting the Free Team Plan
    3 projects | news.ycombinator.com | 24 Mar 2023
    My applause to Alex Ellis for writing a clear, direct call to arms!

    Their work is super useful and interesting. I've added them to my list of sponsorships: https://github.com/sponsors/alexellis

  • Easiest way to provision and configure ephemeral cluster locally
    4 projects | /r/kubernetes | 5 Feb 2023
    Yeah, this is the answer, but I would use this with K3S: https://github.com/alexellis/k3sup
  • Despliega un clúster de Kubernetes en segundos con k3sup
    6 projects | dev.to | 9 Jan 2023
    $ curl -sLS https://get.k3sup.dev | sh x86_64 Downloading package https://github.com/alexellis/k3sup/releases/download/0.12.12/k3sup as /home/ec2-user/k3sup Download complete. ============================================================ The script was run as a user who is unable to write to /usr/local/bin. To complete the installation the following commands may need to be run manually. ============================================================ sudo cp k3sup /usr/local/bin/k3sup ================================================================ alexellis's work on k3sup needs your support https://github.com/sponsors/alexellis ================================================================ No nos devolverá nada, pero podremos correr lo siguiente para saber si k3sup efectivamente se instalo:

k3os

Posts with mentions or reviews of k3os. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • SUSE Preserves Choice in Enterprise Linux by Forking RHEL
    4 projects | news.ycombinator.com | 11 Jul 2023
    I still don't forgive SUSE for buying Rancher and then unceremoniously killing k3os. They just left the website up and everything, made no announcement, made no attempt to help the community take over, just left the Github repo to rot: https://k3os.io/

    Hard to have confidence in SUSE's commitment to another open source operating system side project after that. SUSE's announcement at the time:

    Like SUSE, Rancher is 100% open source and equally as passionate as SUSE about true open source innovation, community empowerment, and customer success. SUSE and Rancher share the same goal – happy and satisfied customers.

    https://www.suse.com/c/suse-acquires-rancher/

  • (help) best minimal distro for master nodes
    4 projects | /r/kubernetes | 29 Mar 2023
    k3os is no longer supported by Rancher: https://github.com/rancher/k3os/issues/846 I've been keeping mine up to date with https://github.com/BlueKrypto/k3os
  • Here, there, and back again: personal K8S clusters?
    1 project | /r/selfhosted | 11 Feb 2023
  • Advice on rolling home setup to k3s from docker
    1 project | /r/homelab | 4 Jan 2023
    [0] https://docs.k3s.io/installation/ha-embedded [1] https://k3os.io/
  • Spin up a bare metal cluster in 2022
    8 projects | /r/kubernetes | 4 Nov 2022
    I (still) run k3os, but it's dead since SUSE bought rancher. (see https://github.com/rancher/k3os/issues/846)
  • v107 stable w/ 5.10 kernel
    1 project | /r/pixel_slate | 4 Nov 2022
    virt-install --install \ --memory 2048 \ --os-type linux \ --os-variant ubuntu20.04 \ --disk size=20 \ --graphics=none \ --name k3os \ kernel=https://github.com/rancher/k3os/releases/download/v0.21.5-k3s2r1/k3os-vmlinuz-amd64,initrd=https://github.com/rancher/k3os/releases/download/v0.21.5-k3s2r1/k3os-initrd-amd64,kernel_args='k3os.fallback_mode=install k3os.install.iso_url=https://github.com/rancher/k3os/releases/download/v0.21.5-k3s2r1/k3os-amd64.iso k3os.install.silent=true k3os.install.tty=ttyS0 console=ttyS0 k3os.install.device=/dev/vda k3os.password=hunter2'
  • Any good howto set up your own full cluster?
    7 projects | /r/kubernetes | 13 Aug 2022
    I'm personally fond of https://k3os.io for my small to medium hobby and professional clusters. It comes with a lot the bells and whistles, but is also pretty minimum and just scales easily.
  • What is going on with Kubernetes Microdistros?
    5 projects | /r/kubernetes | 26 Jun 2022
    I really liked K3OS, but I feel like Rancher is no longer supporting it. The last commit on the k3os repo is from April, and before those three commits, November of last year. When Rancher decided to move their HCI offering, Harvester, over to RancherOS V2 being based on cOS toolkit/OpenSuse, I don't have high hopes that K3OS will be maintained.
  • Which k8s are you using?
    3 projects | /r/selfhosted | 3 Apr 2022
  • Organization of Docker and VMs
    1 project | /r/selfhosted | 19 Mar 2022
    I run k3os on an old laptop with a broken screen.

What are some alternatives?

When comparing k3sup and k3os you can also consider the following projects:

k3d - Little helper to run CNCF's k3s in Docker

proxmox-k8s

k3s-ansible

k3s - Lightweight Kubernetes

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

otomi-core - Self-hosted DevOps PaaS for Kubernetes

truecharts - Community App Catalog for TrueNAS SCALE [Moved to: https://github.com/truecharts/charts]

kubernetes - Production-Grade Container Scheduling and Management

longhorn - Cloud-Native distributed storage built on and for Kubernetes

profanity - Ncurses based XMPP client

multipass - Multipass orchestrates virtual Ubuntu instances

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.