Panduan memulai: Men-deploy kumpulan pekerja contoh ke Cloud Run

Halaman ini menunjukkan cara men-deploy container kumpulan pekerja contoh. Setelah di-deploy, kumpulan pekerja akan terus menulis pesan log.

Sebelum memulai

  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. Verify that billing is enabled for your Google Cloud project.

  4. Make sure that you have the following role or roles on the project: Cloud Run Admin, Cloud Run Developer, Logs Viewer

    Check for the roles

    1. In the Google Cloud console, go to the IAM page.

      Go to IAM
    2. Select the project.
    3. In the Principal column, find all rows that identify you or a group that you're included in. To learn which groups you're included in, contact your administrator.

    4. For all rows that specify or include you, check the Role column to see whether the list of roles includes the required roles.

    Grant the roles

    1. In the Google Cloud console, go to the IAM page.

      Buka IAM
    2. Pilih project.
    3. Klik Berikan akses.
    4. Di kolom Akun utama baru, masukkan ID pengguna Anda. Biasanya berupa alamat email untuk Akun Google.

    5. Di daftar Pilih peran, pilih peran.
    6. Untuk memberikan peran tambahan, klik Tambahkan peran lain, lalu tambahkan setiap peran tambahan.
    7. Klik Simpan.
  5. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  6. Verify that billing is enabled for your Google Cloud project.

  7. Make sure that you have the following role or roles on the project: Cloud Run Admin, Cloud Run Developer, Logs Viewer

    Check for the roles

    1. In the Google Cloud console, go to the IAM page.

      Go to IAM
    2. Select the project.
    3. In the Principal column, find all rows that identify you or a group that you're included in. To learn which groups you're included in, contact your administrator.

    4. For all rows that specify or include you, check the Role column to see whether the list of roles includes the required roles.

    Grant the roles

    1. In the Google Cloud console, go to the IAM page.

      Buka IAM
    2. Pilih project.
    3. Klik Berikan akses.
    4. Di kolom Akun utama baru, masukkan ID pengguna Anda. Biasanya berupa alamat email untuk Akun Google.

    5. Di daftar Pilih peran, pilih peran.
    6. Untuk memberikan peran tambahan, klik Tambahkan peran lain, lalu tambahkan setiap peran tambahan.
    7. Klik Simpan.
  8. Pastikan Anda memiliki peran Service Account User yang diberikan pada identitas layanan. Secara default, identitas layanan adalah akun layanan default Compute Engine.

    Memberikan peran

    Untuk memberikan akses pada resource identitas layanan, gunakan perintah gcloud iam service-accounts add-iam-policy-binding, dengan mengganti variabel yang ditandai dengan nilai yang sesuai:

          gcloud iam service-accounts add-iam-policy-binding SERVICE_ACCOUNT_EMAIL \
              --member="PRINCIPAL" \
              --role="roles/iam.serviceAccountUser"
          

    Ganti kode berikut:

    • SERVICE_ACCOUNT_EMAIL: alamat email akun layanan yang Anda gunakan sebagai identitas layanan, seperti:
      • Akun layanan default Compute Engine: PROJECT_NUMBER-compute@developer.gserviceaccount.com
      • Akun layanan yang Anda buat: SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com
    • PRINCIPAL: ID pengguna. Biasanya berupa alamat email untuk Akun Google.
  9. Deploy kumpulan pekerja

    Untuk men-deploy container kumpulan pekerja contoh, ikuti langkah-langkah berikut:

    1. Di konsol Google Cloud , buka Cloud Run:

      Buka Cloud Run

    2. Pilih Worker pools dari menu, lalu klik Deploy container untuk menampilkan formulir Create worker pools.

    3. Klik Uji dengan container contoh.

    4. Klik Create untuk men-deploy image ke Cloud Run. Tunggu hingga deployment selesai.

    5. Klik tab Logs untuk melihat log yang ditulis oleh kumpulan pekerja. Worker pool terus menulis pesan log Cloud Run Worker Pool instance is running!.

    Pembersihan

    Worker pool contoh terus-menerus menulis log. Jadi, untuk menghentikannya, Anda harus menghapus kumpulan pekerja.

    Untuk menghapus kumpulan pekerja:

    1. Di konsol Google Cloud , buka Cloud Run:

      Buka Cloud Run

    2. Pilih Worker pools dari menu, lalu pilih worker pool yang ingin Anda hapus.

    3. Klik Hapus.

    Langkah berikutnya

    Untuk mengetahui informasi selengkapnya tentang kumpulan pekerja, lihat: