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)


medium.com > @chhinsoportrakhou > the-boring-architecture-that-runs-most-apps-and-why-its-enough-0e492afb82f1

The Boring Architecture That Runs Most Apps (And Why It’s Enough)

1+ hour, 28+ min ago   (33+ words) One server, one database, and a lot fewer problems than you think Sit in on enough architecture discussions and you’ll hear the …...


dev.to > peculiarengineer > how-to-nginx-reverse-proxy-on-ubuntu-2604-without-docker-2ece

How To - Nginx reverse proxy on Ubuntu 26.04 without Docker

6+ hour, 31+ min ago   (444+ words) The app is running. It listens on 127.0.0.1:8080, it has a systemd unit, and it works fine over an... Tagged with nginx, ubuntu, linux, tutorial....


dev.to > tacio_souza > laboratorio-kubernetes-multi-no-no-home-lab-a-base-para-ckne-e-kubestronaut-156j

Laboratório Kubernetes Multi-Nó no Home Lab: A Base para CKNE e Kubestronaut

7+ hour, 22+ min ago   (206+ words) Subi meu laboratório de estudos para a jornada Kubernetes e não poderia estar mais animado com o que vem por aí. Na imagem, você vê a base de tudo: um cluster Kubernetes rodando em 3 VMs (1 Control Plane e 2 Workers) gerenciadas…...


dev.to > dwoitzik > cpu-scheduling-for-etcd-why-proxmox-cpuunits-matters-5fe9

CPU Scheduling for etcd: Why Proxmox cpu.units Matters

7+ hour, 33+ min ago   (651+ words) etcd is the brain of Kubernetes. Every API call, every configmap update, every pod scheduling decision goes through etcd. When etcd is slow, everything is slow. When etcd times out, the API server becomes unreachable. On a single Proxmox host…...


phoronix.com > news > Orphaned-VMs-Linux-Patches

Orphaned VMs: Running VMs Uninterrupted While Host Kernel Is Offline For Reboots/Updates

8+ hour, 32+ min ago   (186+ words) Phoronix - Categories Computers Display Drivers Graphics Cards Linux Gaming Memory Motherboards Processors Software Storage Operating Systems Peripherals Orphaned VMs: Running VMs Uninterrupted While Host Kernel Is Offline For Reboots/Updates Michael Larabel is the principal author of Phoronix.com and…...


findarticles.com > 7-ways-an-s3-bucket-backup-fails-and-what-to-check-for-each

7 Ways an S3 Bucket Backup Fails (and What to Check for Each)

14+ hour, 29+ min ago   (1217+ words) A storage engineer I worked with lost roughly 40,000 objects from a production bucket last year, and spent the first hour of the incident hunting for a backup that had never existed. Versioning was on. Replication was on. Neither gave the…...


expresscomputer.in > videos > technology-sabha > ravi-goyal-manager-solution-architecture-red-hat-india-and-south-asia-gaurav-sharma-solution-architect-enterprises-red-hat-india-21-aug-2026-jpr > 138927

Ravi Goyal, Manager - Solution Architecture, Red Hat India and South Asia & Gaurav Sharma, Solution Architect - Enterprises, Red Hat India

1+ day, 3+ hour ago   (162+ words) Speakers in this video: • Ravi Goyal, Manager – Solution Architecture, Red Hat India and South Asia • Gaurav Sharma, Solution Architect – Enterprises, Red Hat India Topic: The India Reimagined: Hybrid, Sovereign, Secure and AI Ready Key Highlights: [1] Open hybrid cloud can help…...


finance.biggo.com > news > e901eb7fce7d96fe

Daniel Svonava: Centralized Queues Double GPU Throughput for Fleets of Small AI Models — BigGo Finance

2+ day, 1+ hour ago   (245+ words) Svonava's benchmark is striking: "We have experimented with the VLM and SGLang routers for small models and this sort of traffic and it's very hard to get your GPU utilization beyond 20-30% under constant load." The problem is batch sizing. Predicting…...


dev.to > apsis-cc > gitops-avancado-automacao-de-deploy-rollback-e-boas-praticas-para-producao-5cfa

GitOps avançado - automação de deploy, rollback e boas práticas para produção

16+ hour, 52+ min ago   (212+ words) Um pipeline GitOps completo normalmente combina CI (que constrói e testa a aplicação) com CD via ArgoCD (que aplica o resultado ao cluster). O CI não aplica nada diretamente ao cluster — sua única responsabilidade é atualizar o repositório de manifests…...


dev.to > apsis-cc > kubernetes-no-dia-a-dia-kubectl-namespaces-configmaps-e-secrets-gd6

Kubernetes no dia a dia - kubectl, Namespaces, ConfigMaps e Secrets

16+ hour, 52+ min ago   (367+ words) O artigo anterior já usou kubectl apply e kubectl get. No dia a dia, alguns outros comandos aparecem o tempo todo: kubectl describe costuma ser o primeiro comando rodado ao investigar um Pod que não sobe como esperado — a seção…...