All powered by nothing but CLI, Python and pure GCP muscle βš™οΈπŸβ˜οΈ

🧱 Started with a minimal Bash script for local PNG-to-JPEG conversion

➑️ Turned it into a full-fledged Flask app, wrapped in a custom Dockerfile

➑️ Built and deployed via gcloud run deploy –source . – no Docker engine, no Kubernetes, no CI/CD

πŸ’₯ The app spins up on Google Cloud Run, listens on dynamic $PORT, scales automatically, and is accessible worldwide via HTTPS β€” out of the box.

🧠 No secrets, no user data – just clean public payloads, lightning-fast response, and zero infra friction

πŸ”§ Stack:

Python 3.11 Β· Flask Β· ImageMagick Β· Docker Β· Cloud Build Β· Artifact Registry Β· Cloud Run

🌐 Result:

A blazing fast, zero-maintenance serverless JPEG conversion endpoint, callable from literally anywhere

πŸ“¦ Deployed. Alive. Immutable. Just like DevOps intended.

#devops #cloudnative #gcp #python #serverless #containers #flask #cloudrun #buildinpublic #infraascode #microservices