Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 3.39 KB

README.md

File metadata and controls

87 lines (59 loc) · 3.39 KB

Google Cloud チュートリアル

アプリケーション モダナイゼーション

Buildpacks によるサーバーレス開発

  1. 以下をクリックし、Cloud Shell 環境を起動してください。

Open in Cloud Shell

  1. 以下のコマンドをブラウザ上のターミナルで実行してください。チュートリアルが開始します。
cloudshell_open --repo_url "https://github.com/pottava/runrara-runrunrun.git" \
    --page "shell" --tutorial "buildpacks/tutorial.md"
  1. Cloud Shell の再起動や予期せずチュートリアルが消えてしまった場合は以下で再開できます。
teachme ~/cloudshell_open/runrara-runrunrun/buildpacks/tutorial.md

セキュアな GKE クラスタ の作成

Open in Cloud Shell

cloudshell_open --repo_url "https://github.com/pottava/secured-gke-tutorial.git" \
    --page "shell" --tutorial "tutorial.md"
teachme ~/cloudshell_open/secured-gke-tutorial/tutorial.md

Anthos on bare metal の構築

Open in Cloud Shell

cloudshell_open --page "shell" \
    --repo_url "https://github.com/GoogleCloudPlatform/gcp-getting-started-lab-jp.git" \
    --tutorial "appmod/anthos-baremetal/01-setup.md"
teachme ~/cloudshell_open/gcp-getting-started-lab-jp/appmod/anthos-baremetal/01-setup.md

HPC

Slurm による HPC 環境の構築

  1. 以下をクリックし、Cloud Shell 環境を起動してください。

Open in Cloud Shell

  1. 以下のコマンドをブラウザ上のターミナルで実行してください。チュートリアルが開始します。
cloudshell_open --page "shell" \
    --repo_url "https://github.com/GoogleCloudPlatform/gcp-getting-started-lab-jp.git" \
    --tutorial "hpc/slurm/tutorial.md"
  1. Cloud Shell の再起動や予期せずチュートリアルが消えてしまった場合は以下で再開できます。
teachme ~/cloudshell_open/gcp-getting-started-lab-jp/hpc/slurm/tutorial.md

Slurm と Lustre による HPC 環境の構築

Open in Cloud Shell

cloudshell_open --page "shell" \
    --repo_url "https://github.com/GoogleCloudPlatform/gcp-getting-started-lab-jp.git" \
    --tutorial "hpc/slurm-lustre/tutorial.md"
teachme ~/cloudshell_open/gcp-getting-started-lab-jp/hpc/slurm-lustre/tutorial.md

Slurm と Lustre による HPC 環境の構築(共有 VPC 版)

Open in Cloud Shell

cloudshell_open --page "shell" \
    --repo_url "https://github.com/GoogleCloudPlatform/gcp-getting-started-lab-jp.git" \
    --tutorial "hpc/slurm-lustre-with-shared-vpc/tutorial.md"
teachme ~/cloudshell_open/gcp-getting-started-lab-jp/hpc/slurm-lustre-with-shared-vpc/tutorial.md