Spin up a bare metal cluster in 2022

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. k3os

    Discontinued Purpose-built OS for Kubernetes, fully managed by Kubernetes.

    I (still) run k3os, but it's dead since SUSE bought rancher. (see https://github.com/rancher/k3os/issues/846)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. kairos

    The immutable Linux meta-distribution for edge Kubernetes.

    A bit biased maybe, as I'm the Kairos creator, but I'd really suggest to check it out. https://github.com/kairos-io/kairos is an Immutable OS that have quite a different approach, avoiding configuration management and infrastructure drifting by having real single-image, atomic upgrades and lastly cloud-init driven. The OS is treated like an app, where you just deploy and upgrade to a certain specific version (no single packages, no transactional upgrades - atomic OTA swaps)

  4. rke2-ansible

    RKE2 cluster provisioning via Ansible.

    I have had success with RKE2 and the corresponding Ansible playbook: https://github.com/rancherfederal/rke2-ansible

  5. k3s-ansible

    Plus there is a pretty good ansible playbook https://github.com/k3s-io/k3s-ansible

  6. kubespray

    Deploy a Production Ready Kubernetes Cluster

  7. k3sup

    bootstrap K3s over SSH in < 60s 🚀

    Personal preference, Terraform the relevant Ubuntu VM's (spec according to requirements) and then use K3 sup (https://github.com/alexellis/k3sup) and remove klipper and traefik using the relevant switches

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ansible for provisioning nodes

    3 projects | /r/kubernetes | 17 Jan 2023
  • Move to K8s for hosting at home?

    2 projects | /r/devops | 21 Sep 2022
  • Bare Metal Solutions

    11 projects | /r/kubernetes | 28 Jul 2022
  • Rebuilding my homelab: Suffering as a service

    5 projects | news.ycombinator.com | 18 May 2024
  • Lowest Price for your own kubernetes using Hetzner Cloud(incl. Storage Provisioner)

    4 projects | dev.to | 12 May 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?