Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 691 Bytes

File metadata and controls

6 lines (5 loc) · 691 Bytes

Docker Flask application on GCP

  • Developed, containerized a Flask application utilizing Docker (image stored in Google Cloud Container Registry) and deployed to production using Kubernetes via Google Kubernetes Engine, enhancing application distribution and scalability.
  • Exposed a Kubernetes endpoint IP via the load balancer service.
  • Achieved significantly reduced runtime errors by ensuring uniformity across development, staging, and production environments, enhancing software reliability.
  • Devised a CI/CD pipeline with Google Cloud Build and GitHub, which allowed safe and efficient propagation of changes across distinct environments, driving overall operational efficiency.