Welcome¶
I'm Jiwoo Lee, an infrastructure and AI engineer. This site documents my projects and engineering patterns I've learned along the way.
Projects¶
I maintain several infrastructure and AI projects:
| Project | Description | Stack |
|---|---|---|
| Fleet Infrastructure | Kubernetes GitOps infrastructure | 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