I Built Kubernetes to Understand Kubernetes

I'd set up Kubernetes clusters in my homelab and spent real time learning it, but still couldn't honestly explain what it was doing under the hood. So I built my own orchestrator — Smith — to earn the understanding by feeling every decision from the inside.

  • go
  • kubernetes
  • devops
  • networking

How This Site Is Built

A custom static site generator in Go, deployed via Woodpecker CI on merge to main. No frameworks, no CMS, just goldmark and html/template.

  • go
  • devops
  • meta