Those of you running a home cluster that is NOT comprised of RasPis, what hardware are you using?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

    Are you against virtualization? If not Kind is a pretty nice way to have as many nodes as you want running as containers. (https://kind.sigs.k8s.io/). You then just need to pick a server. Not much use if you want real world HA though due to that one physical host, great for learning though.

  • kubeinit

    Ansible automation to have a KUBErnetes cluster INITialized as soon as possible...

    Running Kubeinit which is amazing.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • gimli

    https://gitlab.com/icecodesoftware/gimli/-/blob/master/docs/node-specs.md used rke to setup k8s

  • terraform-provider-proxmox

    Terraform provider plugin for proxmox

    Using Proxmox for my hypervisor and provisioning Ubuntu 20.04 VM's using this Terraform provider.

  • k3d

    Little helper to run CNCF's k3s in Docker

    You could use k3d: https://k3d.io/ Or k3s directly for that matter if you are on a Linux machine.

  • terraform-provider-libvirt

    Terraform provider to provision infrastructure with Linux's KVM using libvirt

    Nice. I’m straight KVM as it’s a mirror of work (my Lab) and I’m using the terraform-provider-libvirt provider. 20 minutes to fully build a site. Pretty cool.

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