Kubernetes (Homelab)

K8s basics, helm charts, storage classes, and small‑cluster ops for homelabs.

  • 10 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Kubernetes (Homelab)


dev.to > sidharth_cp > upgrading-a-locked-down-linux-fleet-with-nothing-but-kubectl-3d7k

Upgrading a Locked-Down Linux Fleet with Nothing but kubectl

2+ hour ago   (707+ words) Say you're running a fleet of machines on an immutable operating system — root filesystem read-only,... Tagged with kubernetes, linux, devops, security....


dev.to > codepy_1473 > i-blamed-the-firewall-for-48-hours-localhost-resolved-to-ipv6-first-1olo

I Blamed the Firewall for 48 Hours. localhost Resolved to IPv6 First

15+ hour, 37+ min ago   (786+ words) This is a 48-hour field notebook, not a victory lap. I will show what I tried, what actually broke, and the small reproduction I wish I had run in the first hour. If you strip every product name out of…...


medium.com > @piyalidas.it > how-docker-image-will-be-created-from-docker-file-933a5e0feea8

How Docker Image will be created from Docker file?

11+ hour, 2+ min ago   (31+ words) A Docker image is created from a Dockerfile by the Docker build process. Docker reads the Dockerfile during docker build, processes each …...


dev.to > jeromefromhk > i-moved-everything-to-kubernetes-then-moved-it-back-1j1

I Moved Everything to Kubernetes, Then Moved It Back

17+ hour, 8+ min ago   (612+ words) One rule kept the migration honest: external domains and ports never change, and the reverse proxy stays the anchor. Move a service in, get it working on k3s, then repoint the proxy rule. The public surface never moved while the backend…...


dev.to > zareen > kubernetes-from-yaml-to-running-pods-2pk6

🚀 Kubernetes: From YAML to Running Pods

16+ hour, 49+ min ago   (259+ words) Kubernetes may look complicated at first, but the basic process becomes much easier to understand when we break it into five stages: We start by writing YAML manifests that describe what we want Kubernetes to create. After we submit the…...


dev.to > ciphemic_academia_3dad1a0 > docker-vs-kubernetes-which-should-you-learn-first-3mld

Docker vs. Kubernetes: Which Should You Learn First?

18+ hour, 37+ min ago   (640+ words) This question comes up constantly, and the honest answer is that it's not really a choice between two competing tools — it's a question of sequence. Docker and Kubernetes solve different, related problems, and one is a genuine prerequisite for the…...


dev.to > gde > build-in-the-vm-think-on-the-mac-gpu-debian-13-on-apple-container-with-a-local-gemma-4-2d8b

Build in the VM, Think on the Mac GPU: Debian 13 on Apple container With a Local Gemma 4

19+ hour, 44+ min ago   (1539+ words) This article walks through building a Debian 13 machine under Apple's container CLI on an Apple silicon Mac, and then wiring that machine to a local LLM running on the Mac's own GPU. Getting there has two halves, and the first…...


developer.harness.io > continuous-integration > use-harness-ci > use-harness-ci > run-step-settings

Use CI Run steps | Continuous Integration | Harness

1+ week, 6+ day ago   (1695+ words) This topic describes settings for the CI Run step. You can use a Run step to run commands or scripts in a CI pipeline. Here are some examples of different ways you can use Run steps. This example runs pytest,…...


dev.to > ezejioforog > harden-lockdown-rke2-cluster-with-a-4-layer-devsecops-stack-iop

Harden & Lockdown RKE2 Cluster with a 4-Layer DevSecOps Stack

20+ hour, 45+ min ago   (1308+ words) Introduction Before you move furniture into a new house, you install the locks, the... Tagged with kubernetes, security, devsecops, devops....


dev.to > desmond_goldsmith > building-a-production-style-cicd-pipeline-with-azure-devops-acr-helm-aks-and-postgresql-1ic7

Building a Production-Style CI/CD Pipeline with Azure DevOps, ACR, Helm, AKS and PostgreSQL

21+ hour, 20+ min ago   (1313+ words) Introduction After learning Docker, Kubernetes, Helm, Azure and Azure DevOps separately, I... Tagged with cicd, azure, aks, devops....