blackrez / awesome-cloudrun

A curated list of resources about all things Cloud Run

Home Page:https://cloud.google.com/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.

Documentation and reference

Tutorials

Building containers

  • 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.
    • Quarkus: compile Java apps to native code in containers

Tools

CI/CD

Sample containers

Language samples

Useful microservices

Fun

About

A curated list of resources about all things Cloud Run

https://cloud.google.com/run