/awesome-cloudrun

πŸ‘“ ⏩ A curated list of resources about all things Cloud Run

Primary LanguageDockerfile

Awesome Cloud Run Awesome

A curated list of resources about all things Cloud Run. Feel free to send Pull Requests!

Inspired by the awesome list project.

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

Cloud Run is on Stackshare and StackOverflow

Legend: πŸ“™: doc, πŸ“°: article, πŸ“¦: sample, 🎬: video, ✏️: interactive tutorial

Documentation

Quickstarts

Interactive tutorials

Run popular languages and stacks

Languages

Popular stacks

Articles

Tutorials

Containers

Private microservices

Async and events

Security

Local development

Migration

Networking

Help

Building containers

Container 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.
  • R containerit: Package R script/session/workspace and all dependencies as a Docker container.

Container guides

Tools

  • Terraform:
  • Secrets:
    • πŸ“™ Google Cloud Secret Manager Recommended Use its client libraries to consume secrets from Cloud Secret Manager ins Cloud Run services.
    • Berglas unofficial tool to manage secrets on Google Cloud
    • konfig to use Kubernetes configmaps and secrets with Cloud Run
  • Cloud Run Button: Add a deploy button to a README to enable two-click deployment of a repo
  • cloudRunner: As easy as possible R scripts in the cloud, via Cloud Run, Cloud Build and Cloud Scheduler.
  • cloud-run-compose: Deploy docker-compose configurations to Cloud Run.
  • Pulumi:
    • πŸ“° Pulumi: intro to Build, deploy and manage Cloud Run services using your favorite language with Pulumi.
    • πŸ“¦ Typescript sample: example of deploying a custom Docker image into Google Cloud Run service using TypeScripe.

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
  • Datasette: Publish your Datasette to Cloud Run.

Samples and microservices

Useful

  • πŸ“¦ pdf: Transform Word documents to PDF.
  • πŸ“¦ screenshot: Take screenshots of webpages using Chromium via puppeteer
  • πŸ“¦ render: Render a Blender 3D scene with custom text.
  • πŸ“¦ meme: Generate meme images from a base image and text.
  • πŸ“¦ trace: Transform pixel images to SVG.
  • πŸ“¦ inkscape: Transform SVG images to PNG.
  • πŸ“¦ gcr-cleaner: Delete untagged image refs in Google Container Registry, as a service
  • πŸ“¦ buildstatus Cloud Build status notifications in Slack using Cloud Run
  • πŸ“¦ serverless-registry-proxy: Generic serverless docker-registry v2 proxy (e.g. GCR.io on custom domains)
  • πŸ“¦ plantuml-image-converter: UML diagrams to images
  • πŸ“¦ .xlsx parser
  • πŸ“¦ GitHub activity counter
  • πŸ“¦ django-demo-app-unicodex: Django in Cloud Run with Cloud SQL and Cloud Storages.
  • πŸ“¦ ytdl: Serverless video downloader
  • πŸ“¦ microurl: Url shortener and code snippet sharing tool
  • πŸ“¦ tweethingz: Twitter follower histogramc

Fun

Cloud Run API

Meetups

Meetup material