Part 3 β the operational side. 3-2-1 backup strategy, a Kafka-powered observability pipeline with VictoriaMetrics + Grafana, GitOps deployments, and 2026 plans.
https://blogs.thedevopsguy.biz/blog/homelab-architecture-operations/
#homelab #selfhosted #devops #proxmox
26.02.2026 03:37 β π 1 π 0 π¬ 0 π 0
Part 2 β every VM, LXC, and container across all nodes. 30+ services on the media stack alone, plus Authentik, Teleport, Gitea, FreshRSS, and more.
https://blogs.thedevopsguy.biz/blog/homelab-architecture-apps-services/
26.02.2026 03:37 β π 0 π 0 π¬ 0 π 0
My 2026 homelab runs 7 Proxmox nodes, 37TB of NAS storage, pfSense + UDM SE, PiKVM for remote management, and APC UPS protection.
Part 1 covers the full infrastructure π
https://blogs.thedevopsguy.biz/blog/homelab-architecture-foundation/
26.02.2026 03:37 β π 0 π 0 π¬ 2 π 0
#homelab #selfhosted #proxmox #pfsense #infrastructure
24.02.2026 15:34 β π 1 π 0 π¬ 0 π 0
My 2026 Homelab Architecture Part 1: The Infrastructure
UDM SE + pfSense dual-router setup, Proxmox nodes 40+ CPU, 200GB+ RAM, 30TB+ across 4 NAS devices, PiKVM for out-of-band access, and dual APC UPS tiers.
https://blogs.thedevopsguy.biz/blog/homelab-architecture-foundation/
24.02.2026 15:34 β π 0 π 0 π¬ 1 π 0
- Working on my homelab architecture and components write-up
- PostgreSQL Replications Slot copy: https://x.com/crunchydata/status/2021574704767643698?s=20
12.02.2026 05:37 β π 0 π 0 π¬ 0 π 0
Day 15
- Completed pure and first-class functions in python functional programming
- Studied concepts and algorithms used in non-relational databases (document-based and key-value stores), focusing on scaling and high availability
12.02.2026 05:37 β π 0 π 0 π¬ 1 π 0
- Great read today: https://medium.com/@devanshusharma658/building-a-high-performance-distributed-search-system-for-10-000-qps-240e5ce48016
09.02.2026 16:26 β π 0 π 0 π¬ 0 π 0
- Spent the day working on AKS observability: added the Cilium dataplane and replaced NGINX Ingress with Istio. Since this is a centralized observability setup, we are using an API gateway to receive data from multiple accounts and sources
09.02.2026 16:26 β π 0 π 0 π¬ 0 π 0
Day 14
- Worked on my notes website over the weekend; completed it today and will keep adding more content:
https://blogs.thedevopsguy.biz/
09.02.2026 16:26 β π 0 π 0 π¬ 2 π 0
- https://github.com/SoulKyu/vault-db-injector-cnd/tree/main
- Exploring immutable OS options for the homelab (NixOS, Fedora CoreOS, Flatcar, openSUSE MicroOS). Planning to try Fedora CoreOS and openSUSE MicroOS for servers while continuing NixOS on the desktop
05.02.2026 06:13 β π 0 π 0 π¬ 0 π 0
Day 13
- Read about PostgreSQL tuning; explored pgwatch and a Vault DB injector demo using OpenBao.
- https://stormatics.tech/blogs/postgresql-materialized-views-when-caching-your-query-results-makes-sense
- https://github.com/cybertec-postgresql/pgwatch
05.02.2026 06:13 β π 0 π 0 π¬ 1 π 0
Read these PostgreSQL-related blogs:
- https://engineering.zalando.com/posts/2025/12/contributing-to-debezium.html
- https://neon.com/postgresql/postgresql-18/oauth-authentication
03.02.2026 07:24 β π 0 π 0 π¬ 0 π 0
Day 12
- Not feeling well for the past two days
- Reading an excellent book on Python workout exercises and continuing to explore functional programming in Python
https://www.manning.com/books/python-workout-second-edition
03.02.2026 07:24 β π 0 π 0 π¬ 1 π 0
Day 11
- Reading and solving problems on functional programming in Python
- Must-reads for databases: understanding how WAL works and the algorithms behind database recovery
https://yashagw.github.io/blog/db-recovery/
https://x.com/BenjDicken/status/2016514026344464535
29.01.2026 15:44 β π 0 π 0 π¬ 0 π 0
[3/3]
- Used NotebookLM to chat with PDFs for TypeScript and Python concepts
https://stormatics.tech/blogs/unused-indexes-in-postgresql-risks-detection-and-safe-removal
27.01.2026 16:01 β π 0 π 0 π¬ 0 π 0
[2/3]
- Read: Unused Indexes in PostgreSQL β Risks, Detection, and Safe Removal
- Key takeaway: Unused indexes increase write overhead and waste storage. Use pg_stat_user_indexes to detect them and always verify before dropping.
27.01.2026 16:01 β π 0 π 0 π¬ 0 π 0
Day 10
[1/3]
Major updates to the homelab media stack:
- Added Glance dashboard
- Applied resource limits to all containers
- Enabled Komodo webhook-based auto-deployment
- Separated multi-host environment configs
https://github.com/AkashRajvanshi/homelab-media-stack
27.01.2026 16:01 β π 0 π 0 π¬ 2 π 0
https://akashrajvanshi.substack.com/p/how-to-build-resilient-observability?r=2r9aan
26.01.2026 16:21 β π 0 π 0 π¬ 0 π 0
Day 9
- Completed OOP on boot.dev and started the functional programming section
- Practiced coding on Exercism and worked through Python workout exercises
- Read more about PostgreSQL partitioning and sharding strategies, including sharding optimization
26.01.2026 15:27 β π 0 π 0 π¬ 0 π 0
[2/2]
- Didnβt get time to code today, but focused on understanding partitioning and sharding in PostgreSQL
22.01.2026 07:01 β π 0 π 0 π¬ 0 π 0
Day 8
- Spent the day setting up secure access to database containers via NetBird without exposing ports. The plan is to use a mesh-based flow where a backup container accesses the database container on another host through NetBird
- Added Databasus and Dockhand to the homelab
22.01.2026 07:01 β π 0 π 0 π¬ 1 π 0
- https://github.com/netbirdio/netbird/tree/main/infrastructure_files/observability/grafana/dashboards
- https://karpenter.sh/v1.6/getting-started/getting-started-with-karpenter/#monitoring-with-grafana-optional
19.01.2026 16:55 β π 0 π 0 π¬ 0 π 0
[2/2]
- On the observability side, adding monitoring for NetBird and Karpenter. Both are major components, and Iβm working on gaining better insights while further optimizing ingestion and storage
19.01.2026 16:55 β π 0 π 0 π¬ 0 π 0
Day 7
[1/2]
- Completed BookBot and now working through OOP concepts in Python
- Found a cool homelab project: Dockhand (https://dockhand.pro/). I mainly manage my stack with Komodo, but this adds more control over stacks and containers
19.01.2026 16:55 β π 0 π 0 π¬ 2 π 0
- Continued practicing TypeScript and Python via the boot.dev backend development path, a great platform to understand core concepts
16.01.2026 08:31 β π 0 π 0 π¬ 0 π 0
Day 6
- Worked on capacity and cost planning by creating a dashboard for monthly data ingestion and storage usage across Loki, Tempo, and VictoriaMetrics
- Visited the Delhi Book Fair 2026 and picked up some great tech titles
16.01.2026 08:31 β π 0 π 0 π¬ 1 π 0
2/2
- Still exploring and strengthening some core TypeScript concepts
14.01.2026 15:56 β π 1 π 0 π¬ 0 π 0
Day 5
1/2
- Completed CDK client code for EKS Karpenter; working on adding new components and planning to create a reusable library to publish on npm
- Found this tweet very useful for anyone who wants to understand VictoriaLogs: https://x.com/func25/status/2011420689941885037
14.01.2026 15:56 β π 3 π 0 π¬ 2 π 0
Database/storage
Flight/DataFusion/Arrow/Parquet
PhD student@UW-Madison
https://xiangpeng.systems
DevOps enthusiast. Posts bi-weekly on https://thefridaydeploy.substack.com/, occasional public speaker.
Tech enthusiast, platform engineer, musician, and player of d&d
Here to shine my spotlight on the best and worst things happening in the universe with snarky commentary, hot takes, and memes
He/him/they/them
It's pronounced "next tech"
Bringing you the best Cloud Experience youβve (never?) heard of ππ
Fully sovereign and tailored for the EU and North America, powered by 13 global data centers. Also a fan of epic fantasy! Andβ€οΈ Liverpool
#Preop #M2F #TransWoman, #Polyamory, #NativeAmerican, #PerformingArts, #StandUpComedy, #Writer, #Poetry, #Foodie, #WebDesigner, #EverQuest, #ADnD, #Pagan, #Wiccan
#Comedy
#StandupComedian
#LGBTQIA
#TransIsBeautiful
#BlueCrew
#Resist
π The #Sustainability Index
π² Environmental News & Guides about sustainable Products, Companies & their impact
π» Privacy, Journalism, Politics, Humor, AI Pacifism, Animal Rights, Cleaning nature
π Vegan & vegetarian topics
π madeindex.org
Husband, Girl Dad, Chicago and Louisville sports lover (for better or worse)
GenX Β· British Texan Β· Cloud Architect Β· Senior DevOps / Platform Engineer Β· Charity Trustee Β· Dad Β· Old School Geek Β· Environmentalist Β· Gardener Β· Pagan Druid Β· Gamer Β· Chaotic Neutral
blog: https://chris.funderburg.me/
github: https://github.com/bocan
Ambidexter SRE from Philadelphia. Humanities enjoyer. Amateur musician. On a sugar cane plantation hacienda situated on a volcanic island in the Philippines. https://github.com/stoddart
Aussie IT Security Engineer/Architect | Digital Identity and Access management specialist
I like to take complex topics and make them understandable
Roller-Coaster & Amusement/Theme Park Geek, Software Dev, Expat Canadian, Homelabber, Progressive Gen-Xer who refuses to act his age.
To quote Bill & Ted: Be Excellent To Each Other! And, Party On Dudes!
He/Him
#ELBOWSUP
Canadian (she/ her), Full-Stack #WebDev
Prev: Game Programmer for Altered Gene
linktr.ee/jess_stpierre
Hi I'm Cebeis (pronounced see-bees) and I'm a content creator, software engineer #100devs , and fashion/art enthusiast! Nice to meet you! (She/They) | Cebeisct@gmail.com business inquiries only
https://www.twitch.tv/cebeis
Making Kubernetes behave in prod & breaking it at home π§ | Zero Trust enthusiast but my toddler still has admin access πΆ | Automates everything at home π€ | Will debug for coffee βοΈ
plamen.works
#Kubernetes #Linux #Terraform #Tinkerer
Poetic Program, Typographic System
https://www.rmfrt.com/