Blog

Updates, deep dives, and Kubernetes insights from the Clusterfudge team.

| Release

Introducing Clusterfudge v2026.0319.1825

We're excited to announce Clusterfudge — a fast, keyboard-first Kubernetes desktop client built with Go and React. We're releasing our first public version with support for 27+ resource types, AI-powered debugging, integrated Helm management, and a security scanner.

Read more →
| Engineering

Building a Pod Security Scanner You Actually Use

Most teams know they should scan their pods for security misconfigurations. Most teams don't. We built a scanner directly into the desktop client — here's what it checks, why client-side scanning fills a gap that admission controllers miss, and how it stays fast by running entirely locally.

Read more →
| Engineering

Why We Chose Wails Over Electron

Electron powers many popular desktop apps, but comes with a 150 MB overhead and significant memory consumption. We chose Wails to build Clusterfudge — here's how we got a native experience at 1/8th the size with the same Go backend powering our Kubernetes API interactions.

Read more →
| Deep Dive

How the Troubleshoot Engine Turns Status into Diagnosis

Kubernetes tells you what's wrong — CrashLoopBackOff, OOMKilled, Pending — but not why. Clusterfudge's troubleshoot engine correlates pod status with a ring buffer of recent cluster changes to produce actionable diagnoses in milliseconds, entirely locally.

Read more →
| Deep Dive

How AI Debugging Works in Clusterfudge

Clusterfudge can launch Claude Code, Gemini CLI, or ChatGPT Codex with full pod context in one click. Here's how we built the context gathering system, why we chose local CLI tools over API calls, and how we handle sensitive data redaction.

Read more →