k3os VS Ansible

Compare k3os vs Ansible and see what are their differences.

k3os

Purpose-built OS for Kubernetes, fully managed by Kubernetes. (by rancher)

Ansible

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com. (by ansible)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
k3os Ansible
25 391
3,489 61,137
- 1.1%
0.0 9.8
5 months ago 3 days ago
Go Python
Apache License 2.0 GNU General Public License v3.0 only
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.

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.

Ansible

Posts with mentions or reviews of Ansible. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • Ansible Basics: Your First HelloWorld Playbook πŸš€
    2 projects | dev.to | 27 Apr 2024
    Ansible is an open-source IT automation tool that simplifies application deployment, cloud provisioning, and configuration management across diverse environments. It uses a declarative language to describe the desired state of the system, and then takes the necessary actions to achieve that state. Ansible has become incredibly popular due to its simplicity, agentless architecture, and extensive community support. Document: ansible.com, ansible basics
  • Grant Kubernetes Pods Access to AWS Services Using OpenID Connect
    5 projects | dev.to | 22 Apr 2024
    Ansible v2.16
  • Set up an Automation script with Ansible
    1 project | dev.to | 21 Apr 2024
    Ansible is a tool used to help manage software automation processes, configuration management across machines, deployment as well as remote execution of commands and scripts. In sports, Ansible operates as the coach of your team by providing strategies (playbooks), and actions, and ensuring the smooth execution of tasks across your infrastructure, just like a coach guides and directs players (Servers)during a game.
  • Interesting Uses of Ansible's ternary filter
    3 projects | news.ycombinator.com | 22 Feb 2024
    They support for-if from python, too: https://jinja.palletsprojects.com/en/3.1.x/templates/#loop-f... but I haven't tried the "recursive" keyword to know if ansible supports that. I say "ansible supports that" because they don't just drop jinja2 into ansible and call it a draw, they have a bunch of custom execution integrations: https://github.com/ansible/ansible/blob/v2.16.3/lib/ansible/...
  • The 2024 Web Hosting Report
    37 projects | dev.to | 20 Feb 2024
    To manage a VM, you can use something as simple as just manual actions over SSH, or can use tools like Ansible, Hashicorp's Packer and Terraform or other automations. For an app where there is minimal load and security/reliability concern, VMs are still a great option that provide a lot of value for the buck
  • A Journey to Find an Ultimate Development Environment
    13 projects | dev.to | 2 Feb 2024
    In this article's context, it is simply a tool that provides a declarative way to automate your machine/OS to configure the development machine as you want (install package, modify the configuration, etc). Examples of these tools are Ansible, Puppet, etc.
  • The Director of "Toy Story" Also Drew the BSD Daemon Logo
    1 project | news.ycombinator.com | 17 Jan 2024
    Now we're getting more tangential, but for years, Ansible releases were named for Van Halen songs (see old Changelog here: https://github.com/ansible/ansible/blob/v1.8.4/CHANGELOG.md)
  • Running stateful workloads on Kubernetes with Rook Ceph
    4 projects | dev.to | 26 Dec 2023
    In the lab to follow, we'll quickly provision a 3-node kubeadm cluster (1 master, 2 workers) on the cloud provider of your choice using an automation stack comprised of OpenTofu and Ansible, then deploy Rook Ceph using the official Helm charts and confirm that we are now able to successfully create CSI volume snapshots from PVCs by reusing the MinIO example from our last article.
  • Looking for a way to remote in to K's of raspberry pi's...
    11 projects | /r/sysadmin | 10 Dec 2023
  • ansible builder collections path
    2 projects | /r/ansible | 6 Dec 2023

What are some alternatives?

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

proxmox-k8s

Cloud-Init - unofficial mirror of Ubuntu's cloud-init

k3s - Lightweight Kubernetes

pyinfra - pyinfra automates infrastructure using Python. It’s fast and scales from one server to thousands. Great for ad-hoc command execution, service deployment, configuration management and more.

otomi-core - Self-hosted DevOps PaaS for Kubernetes

Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]

kubernetes - Production-Grade Container Scheduling and Management

Fabric - Simple, Pythonic remote execution and deployment.

profanity - Ncurses based XMPP client

cloudinit - Official upstream for the cloud-init: cloud instance initialization

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.

(R)?ex - Rex, the friendly automation framework