this post was submitted on 12 Feb 2026
41 points (97.7% liked)

Selfhosted

60542 readers
668 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I just got myself some mini PC's and want to set up a k8s lab to strengthen my skills, I was laid off 8mo ago and haven't been able to find a new job.

I want to automate everything I can while building this and was just looking for input on how people might recommend I do it.

I was thinking of using pxeboot to install Debian using preseed to automate the installation.

Then maybe install k8s on VMs on the servers, but I'm not sure if I should do that or just keep it on the hosts themselves. They're decently specced. AMD Ryzen 3 2200 CPUs with 24gb ram and an SSD/NVME combo.

So, any advice for where I should start or tips/tricks?

you are viewing a single comment's thread
view the rest of the comments
[–] sobchak@programming.dev 2 points 4 months ago

I think I'd install proxmox on all machines because there is a proxmox provider for Terraform. Then, manually create the VMs, and to learn the barebones, use kubeadm to set everything up, and kubectl to manage it. Once comfortable and knowledgeable with that, start messing around with Terraform and Ansible.