septianw / awesome-cloudrun

👓 ⏩ A curated list of resources about all things Cloud Run

Home Page:https://cloud.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Cloud Run Awesome

A curated list of resources about all things Cloud Run.

Inspired by the awesome list project.

Short link to product page: https://cloud.run

Cloud Run is on Stackshare and StackOverflow

Documentation

Quickstarts

Articles

Tutorials

Popular stacks

Private microservices

Async and events

Security

Local development

Help

Building containers

Tools

  • Docker: docker build . --tag gcr.io/[PROJECT-ID]/[IMAGE] then docker push gcr.io/[PROJECT-ID]/[IMAGE]
  • Google Cloud Build: pay-per-use cloud-based docker and custom builds
  • Buildpacks: pack build to transform apps in popular languages to container images.
  • Java Jib: Build container images for your Java applications.

Guides

Tools

  • Secrets:
    • Berglas unofficial tool to manage secrets on Google Cloud
    • konfig to use Kubernetes configmaps and secrets with Cloud Run
  • GCR Cleaner: Delete untagged image refs in Google Container Registry, as a service
  • Cloud Run Button: Add a deploy button to a README to enable two-click deployment of a repo
  • buildstatus Cloud Build status notifications in Slack using Cloud Run

CI/CD

Integrations

  • Firebase Hosting: Static files, advanced path-based routing, and global CDN for Cloud Run
  • Twilio: Create a TwiML app to trigger a Cloud Run service from SMS message.
  • Flic buttons: How to use Flic buttons with Cloud Run and Cloud PubSub

Containers

Language samples

Useful microservices

Fun

Cloud Run API

Meetups

Meetup material

About

👓 ⏩ A curated list of resources about all things Cloud Run

https://cloud.run


Languages

Language:Dockerfile 100.0%