Built in One Evening
This project started as a simple goal: deploy a Python app to Kubernetes. Within a few hours, it evolved into a fully containerized, cloud-deployed application.
Stack
- Terraform — Provisioned GKE infrastructure on GCP
- Docker — Containerized the Flask application
- Flask — Lightweight backend service
- Kubernetes (GKE) — Deployment, scaling, and service exposure
Approach
I used AI tools to accelerate iteration, but relied on my engineering experience to validate decisions, debug issues, and structure the system properly.
This allowed me to move quickly without sacrificing understanding — going from concept to deployment in a single session.
Takeaway
I can quickly ramp up on new technologies, integrate them into real systems, and deliver working solutions fast.