Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T14:37:58.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T10:48:00.672Z (3 months 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 環境を起動してください。
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](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 クラスタ の作成
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](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 の構築
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](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 環境を起動してください。
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](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 環境の構築
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](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 版)
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](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
```