What I'm building
A production-grade, cloud-native platform with AI agents running on Kubernetes, built in the open and documented end to end.
This wiki is the detailed companion to my portfolio. The goal of the whole project is to prove one thing: that I can architect, deploy, and operate a real cloud-native platform with AI agents on Kubernetes, and explain every decision behind it.
It deliberately sits at the Kubernetes + AI infrastructure intersection, a space most engineering portfolios don't cover. Everything runs on a live Civo K3s cluster, is provisioned with Terraform, and is delivered through Argo CD GitOps. Nothing here is a slide deck; it is code, running on a cluster, with the write-ups to match.
The thesis
How to navigate this wiki
- Architecture covers the whole system and how the pieces fit together.
- Tech stack walks through every technology choice and the reasoning behind it.
- Build phases gives one page per phase, from the Terraform foundation through to multi-agent, sandboxed execution.
- Repositories and Roadmap & progress show where the code lives and what's shipped next.
The build at a glance
The platform is built in phases. Each is a self-contained milestone with its own deliverables, decisions, and a tagged release.