KubeStellar Console — Summary
KubeStellar Console is an AI-powered multi-cluster Kubernetes management dashboard with guided install missions for 250+ CNCF projects. It ships as a hosted web app at console.kubestellar.io, a self-hosted Go binary (start.sh), and a local agent bridge (kc-agent) that connects the browser to the user's kubeconfig contexts and AI providers (Claude, OpenAI, Gemini). The project has a .claude/ directory with settings.json (git/build permissions) and CLAUDE.md + AGENTS.md for contributing agents, extensive Playwright visual regression testing requirements, and an MCP bridge in pkg/mcp/ for Kubernetes management.
KubeStellar Console does not fit neatly into any seed archetype. It is most similar to agent-os (ships a management dashboard + agent configuration conventions) but differs: it is a full production Kubernetes management UI with AI features built in, not a Claude Code methodology package. The kc-agent MCP bridge makes it comparable to ccmemory (both MCP-bridged) but for Kubernetes control rather than memory management.