今週のCloud Run 5/6 ~ 5/12

2023/05/13に公開

この記事はGoogle Cloudのマネージドサービス Cloud Run のリリースノートを読んで色々書き並べていく記事です。
https://cloud.google.com/run/docs/release-notes

May 09, 2023

FEATURE

Cloud Run serviceとFirebase Hostingを接続する機能が追加(PA)

Cloud Run services can now connect to Firebase Hosting for custom domains and CDN capabilities, using Integrations (Preview).

https://cloud.google.com/run/docs/integrate/firebase-hosting?hl=en

Firebase Hostingを使ってCloud Runのコンテンツを配信できるようになるもの。
いままで Cloud Load Balancerか、カスタムドメインマッピングを使わないと独自ドメインで配信できなかったが、これをFirebase Hosting側に載って(しかもCDNあり)使える模様。

(5/15追記) 使えるリージョンで試してみた

https://zenn.dev/yamato_sorariku/articles/feb8f61d1ab0dd

残念ながらまだ日本は未対応。 現時点では以下だけ。

  • asia-east1
  • europe-west1
  • europe-west4
  • us-central1
  • us-east1
  • us-west1

CHANGED

Cloud Run now logs container health check failures, including default TCP startup probe failures

https://cloud.google.com/run/docs/configuring/healthchecks?hl=en

コンテナのヘルスチェック失敗がログに出るようになったとのこと。(いままで出てなかったのね)
ログルーターなどを使ったた検知もできるかも。

May 10, 2023

FEATURE

Cloud Run integrations (Preview) are now available in asia-east1, europe-west4, us-east1, and us-west1.

Cloud Runの統合機能が
asia-east1(台湾), europe-west4(オランダ), us-east1(サウスカロライナ州モンクスコーナー), us-west1(オレゴン州ダラス)
でも使えるように。
https://cloud.google.com/run/docs/integrate/using-gcp-services?hl=ja#integrations

Discussion