178 Repositories, Six Months of Dependency Debt, One Day
I gave an AI agent kubectl, the Argo CD API, my Forgejo token and merge rights on every repository I own, then asked it to bring 178 repos back up to date. Here's what happened, …
I gave an AI agent kubectl, the Argo CD API, my Forgejo token and merge rights on every repository I own, then asked it to bring 178 repos back up to date. Here's what happened, …
How we brought Odysseus to Kubernetes: from ChatGPT clone to production-grade self-hosted AI workspace with CloudNativePG, Traefik, and MCP integrations.
I tried every self-hosted kanban board I could find. None of them showed subtasks the way I needed. So I built my own — with an MCP server so my AI agents can manage it too.
How to build and deploy Hermes Workspace on Kubernetes — including a custom Dockerfile to work around pnpm 10 build script restrictions, a Forgejo Actions pipeline, and an overview …
OpenClaw, Hermes Agent, and Hermes Workspace all run on Kubernetes — but not without friction. A honest look at what works, what breaks, and why these tools weren't designed for …
How I built a multi-agent AI swarm on my Talos Kubernetes cluster using kagent, Ollama, and OpenWebUI — with real Azure DevOps integration.
A detailed walkthrough of deploying Hermes Agent on a Kubernetes cluster using Helm — covering security context fixes, dashboard setup, MCP integration, and crafting a custom …
How Hermes Agent's delegation system spawns parallel subagents using a separate model — and why routing orchestration and execution through different LLMs makes practical sense.
I migrated from MinIO to Garage this week. Now I'm migrating again — this time to RustFS. Here's why, and how I built a proper Helm chart to run it on my Talos cluster.
A deep dive into my home setup: a fully wired Gigabit network, a 5-node Talos Linux Kubernetes cluster, dual Synology NAS units, and a desktop build that has absolutely no chill.
MinIO killed its community edition. Here's how I migrated to Garage on my Talos/K8s homelab cluster.
Why I moved my AI agent stack from Kubernetes to a bare metal laptop, what broke along the way, and the 98% success rate that followed. A technical journey through OpenClaw, …
How to run the Azure DevOps MCP Server in Kubernetes using the ToolHive Operator for integration with Open WebUI and other AI tools.
On November 11, 2025, the Kubernetes community announced the end of Ingress NGINX. The project that had been the de facto standard for routing traffic to Kubernetes workloads for …
How I built an AI-powered system that deploys real Azure infrastructure through natural conversation, running 100% locally with open-source models - no API costs!
How I created an automated backup system for Jellyfin using MinIO object storage and .NET 8 to protect against data loss and configuration disasters.
How I hacked my Tuya-based smart plug to avoid a €30/year subscription and built a full self-hosted power usage dashboard.
Building a Scalable Kubernetes Network Architecture with Cilium, BGP, and L2 Announcements Introduction When I began setting up my Kubernetes cluster’s networking …
Preparation Steps Before starting the upgrade, create an etcd backup: bash copy talosctl -n 10.122.0.10 etcd snapshot etcd.backup Cluster Configuration My starting point is a Talos …