#Homelab
Every post filed under #Homelab. Search by keyword or jump to another topic.

Why One Node Pulled and the Other Didn't: Debugging an ECR Image Pull Failure in Kubernetes Homelab
How to troubleshoot and pull images from Amazon Elastic Container Registry (ECR) into your Kubernetes
read.md
Now that you've installed Linux VM, what's next?
Just installed a Linux VM and wondering what to do next? This guide walks you through everything you need to get your VM production-ready—from adding secure users and setting up SSH keys, to configuring firewalls, port forwarding, and even running your first Nginx web server.
read.md
From Manual Deploys to GitOps: How I Automated my Homelab with ArgoCD and GitLab CI
I got tired of SSH-ing into servers every time I needed to deploy a simple app. So I spent an evening setting up GitLab CI, ArgoCD, and a GitOps workflow in my homelab. Here's what worked, what broke, and what I learned along the way.
read.md
How I Exposed My Kubernetes Homelab to the Internet Using Cloudflare Tunnel
I wanted production-style ingress for my k3s homelab without exposing ports or my public IP. What looked simple turned into debugging Route 53 nameservers, Kubernetes DNS resolution, and mysterious Cloudflare 502s before everything finally worked.
read.md
How I Installed Kubernetes on My Homelab (Using k3s on Proxmox + Ubuntu)
I built a Kubernetes cluster in my homelab using k3s on an Ubuntu VM running inside Proxmox. This guide walks through the full setup process, from server preparation to adding worker nodes.
read.md