You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository explaining the deployment of a sample FastAPI application to Google Cloud Platform. It explains the transition from a local application until deployed into Cloud Run using Cloud Build and Artifact Registry. This is merely educational and I do it for fun.
This repository contains a simple example application built with Flask and deployed using Docker on Google Kubernetes Engine (GKE) in Google Cloud Platform (GCP). The deployment process is automated using Cloud Build and Cloud Build Triggers.