About this blog¶
This is my personal homelab documentation and technical blog.
I run a Kubernetes homelab on a local kind cluster, and use it as a playground to learn, experiment, and build things I'd otherwise only touch at work. It's the same stack I work with daily — GitOps, observability, databases, agentic AI — but entirely mine to break and rebuild.
Projects¶
| Project | Description | Stack |
|---|---|---|
| Flux Infrastructure | Kubernetes GitOps homelab | FluxCD, Kustomize |
| Terraform Infrastructure | Modular cloud infrastructure | Terraform, AWS/GCP |
| Grafana Dashboards | Observability dashboards | Grafana, Prometheus |
| Agentic AI | AI agent platform with RAG | Python, LangChain |
Engineering Patterns¶
Documented patterns and learnings from building production systems:
- GitOps Patterns - Declarative infrastructure management
- Terraform Module Design - Reusable infrastructure components
- Observability - Metrics, logging, and tracing strategies
- Agent Architectures - AI agent design patterns