快速入門:部署至 Cloud Run

本頁面說明如何使用 Cloud Run 部署範例容器。

事前準備

  1. Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Make sure that billing is enabled for your Google Cloud project.

  4. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  5. Make sure that billing is enabled for your Google Cloud project.

部署範例容器

如要部署容器,請按照下列步驟操作:

  1. 前往 Google Cloud 控制台的「Cloud Run」頁面:

    前往 Cloud Run

  2. 從選單中選取「服務」,然後按一下「部署容器」

  3. 在「Create service」表單中,確認已選取「Deploy one revision from an existing container image」(透過現有的容器映像檔部署單一修訂版本) 選項。

  4. 在「Create service」頁面中,點選「Container image URL」的「Test with a sample container」

  5. 在「Service name」(服務名稱) 欄位中輸入服務名稱,或使用預設值。

  6. 在「Region」清單中,使用預設值 us-central1,或選取要部署容器的區域

  7. 在「Authentication」(驗證) 部分中,選取「Allow unauthenticated invocations」(允許未經驗證的叫用)

  8. 按一下「Create」(建立),然後等待容器部署至 Cloud Run。部署完成後,容器的網址會顯示在「網址:」文字旁。

  9. 如要查看執行中的容器,請按一下 「複製到剪貼簿」,複製網址,然後將網址貼到瀏覽器的網址列中。

    如果您適用網域限制組織政策,且該政策限制專案的未經驗證叫用,您就必須按照「測試私人服務」一節的說明存取已部署的服務。

Cloud Run 位置

Cloud Run 具有「地區性」,這表示執行 Cloud Run 服務的基礎架構位於特定地區,並由 Google 代管,可為該地區內所有區域提供備援功能。

選擇 Cloud Run 服務的執行地區時,請將延遲時間、可用性或耐用性需求做為主要考量。一般而言,您可以選擇最靠近使用者的地區,但您應考量 Cloud Run 服務所使用的其他 Google Cloud產品位置。使用分散在不同位置的 Google Cloud 產品,可能會影響服務的延遲時間和費用。

Cloud Run 可在下列地區使用:

採用級別 1 定價

採用級別 2 定價

如果您已建立 Cloud Run 服務,即可在 Google Cloud 控制台的 Cloud Run 資訊主頁中查看地區。

Cloud Run 會根據需求自動調度容器執行個體,您只需為處理要求期間使用的 CPU、記憶體和網路費用。

後續步驟

如要瞭解如何從程式碼來源建構容器、將容器推送至 Artifact Registry 並進行部署,請參閱: