実行 ~ ❯❯❯ \time gcloud run deploy hello \ --image=us-docker.pkg.dev/cloudrun/container/hello \ --allow-unauthenticated \ --max-instances=1 \ --region=asia-northeast1 Deploying container to Cloud Run service [hello] in project [■■■■■■■■] region [asia-northeast1] ✓ Deploying new service... Done. ✓ Creating Revision... Creating Service. ✓ Routing traffic... ✓ Setting IAM Policy... Done. Service [hello] revision [hello-00001-geb] has been deployed and is serving 100 percent of traffic. Service URL: https://hello-■■■■■■■■-an.a.run.app 13.94 real 0.69 user 0.11 sys #北海道LT大会 5
Cloud Run とは Google Cloud が提供するマネージドサービスの一つ コンテナイメージをデプロイできるので、言語による制限もなくWEBアプリケーションを構築できる。 https://cloud.google.com/run/docs/overview/what-is-cloud-run?hl=ja #北海道LT大会 9