https://github.com/pottava/google-cloud-tutorials
Cloud Shell Tutorials on Google Cloud
https://github.com/pottava/google-cloud-tutorials
anthos application-modernization cloud-shell google-cloud hpc
Last synced: 2 months ago
JSON representation
Cloud Shell Tutorials on Google Cloud
- Host: GitHub
- URL: https://github.com/pottava/google-cloud-tutorials
- Owner: pottava
- Created: 2021-01-31T04:17:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T14:37:58.000Z (about 5 years ago)
- Last Synced: 2025-02-14T18:20:59.320Z (about 1 year ago)
- Topics: anthos, application-modernization, cloud-shell, google-cloud, hpc
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Google Cloud](https://cloud.google.com/?hl=ja) チュートリアル
## アプリケーション モダナイゼーション
### Buildpacks によるサーバーレス開発
1. 以下をクリックし、Cloud Shell 環境を起動してください。
[](https://console.cloud.google.com/home/dashboard?cloudshell=true)
2. 以下のコマンドをブラウザ上のターミナルで実行してください。チュートリアルが開始します。
```sh
cloudshell_open --repo_url "https://github.com/pottava/runrara-runrunrun.git" \
--page "shell" --tutorial "buildpacks/tutorial.md"
```
3. Cloud Shell の再起動や予期せずチュートリアルが消えてしまった場合は以下で再開できます。
```sh
teachme ~/cloudshell_open/runrara-runrunrun/buildpacks/tutorial.md
```
### セキュアな GKE クラスタ の作成
[](https://console.cloud.google.com/home/dashboard?cloudshell=true)
```sh
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 の構築
[](https://console.cloud.google.com/home/dashboard?cloudshell=true)
```sh
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 環境を起動してください。
[](https://console.cloud.google.com/home/dashboard?cloudshell=true)
2. 以下のコマンドをブラウザ上のターミナルで実行してください。チュートリアルが開始します。
```sh
cloudshell_open --page "shell" \
--repo_url "https://github.com/GoogleCloudPlatform/gcp-getting-started-lab-jp.git" \
--tutorial "hpc/slurm/tutorial.md"
```
3. Cloud Shell の再起動や予期せずチュートリアルが消えてしまった場合は以下で再開できます。
```sh
teachme ~/cloudshell_open/gcp-getting-started-lab-jp/hpc/slurm/tutorial.md
```
### Slurm と Lustre による HPC 環境の構築
[](https://console.cloud.google.com/home/dashboard?cloudshell=true)
```sh
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 版)
[](https://console.cloud.google.com/home/dashboard?cloudshell=true)
```sh
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
```