Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 530 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 530 Bytes

Flask app on GKE

Base: gcp-app-engine-flask

Launch locally

  • Start

    docker-compose up
    
  • Go to localhost:8080

Setup your GCP project

  • Create a new project on GCP

  • Activate a Billing account

  • Activate the following APIs:

    • Cloud Deployment Manager V2 API
    • Kubernetes Engine API
    • Compute Engine API
    • Artifact Registry API

Setup GKE + Docker registry