Trying to setup a homelab.

Going thru this repo https://github.com/onedr0p/home-ops

As intel NUC’s are discontinued is it still recommend to buy the ones mentioned in the above repo for Kubernetes Control and Data Planes?

If anyone already setup their homelab’s for Kubernetes workloads please help.

Happy Thanksgiving to all!

  • Mnmemx@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I run a cluster on 3 nucs. You could also do it on one nuc, or any other machine. Nucs aren’t discontinued, they’re just owned by Asus now.

    Fair warning that going from zero to fully-automated-setup ansible+k3s+flux+rook+nginx+cloudflared is both very confusing and not very educational

    I started with that template and ran into issues that were like 5 layers deep in infrastructure that I’d never touched that was auto-deployed and ended up just starting over from scratch. The final product from the onedr0p template is super slick but there’s a lot there and you don’t get any chance to understand it one piece at a time really.

    • lordk8s@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      I know its requires lot of effort to understand and implement. That’s the main objective.

      To learn and understand as much on the Kubernetes world. Day in and Day out my work life involves around it pretty much and wanted to get my hands dirty is the only way to move forward.

      • Mnmemx@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 months ago

        I totally understand, I just found that there was more to learn by actually “getting your hands dirty” and standing that up more from scratch instead of deploying it all via the nice scripts and recipes from community repos.