This talk showcases the benefits of Cloud Run and container technologies. It also shows how to deploy applications to Google Cloud Run with containers.
choice - web apps, APIs, - Abstracted: Leave the infra management for Cloud Run - Cost-effecient: scales infra up from and down to zero depending on use. You only pay for what you use Why Cloud Run?
a Dockerfile 3. Create new Google Cloud project: https://console.cloud.google.com/projectcreate 4. Select the new project created 5. Enable Cloud Build & Cloud Source Repositories APIs 6. Configure Project to point to the repository 7. Create and Deploy How-to (from Console)
the new project created 2. Enable billing for the Cloud Project 3. Enable Cloud Build and Cloud Source Repositories APIs for the new project 4. Install and initialize the Cloud SDK 5. Create the source directory in your preferred language and library 6. Add Dockerfile and .dockerignore 7. Deploy with gcloud run deploy 8. Configure Project to point to the repository How-to (Continous Deployment from Repo)