iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 15
0

Google Cloud Platform(簡稱GCP)是Google在提供的雲端服務集合,包含Compute Engine、Google Kubernetes Engine、App Engine、BigQuery、Cloud Storage等眾多服務。

在接下來的文章中,我們會在GCP上來進行,會透過gcloud命令工具來執行指令或腳本,以便GCP上面的資源操作管理,所以接下來我們將開始安裝gcloud工具。

mac安裝google-cloud-sdk

  1. Cloud SDK 要求安装Python。受支持的版本有 3.5 到 3.7 版本,以及 2.7.9 或更高版本。請先檢查版本或直接安裝Python。
python -V
  1. 下載安裝檔,將壓縮檔解開。
  2. 安裝Cloud SDK工具
./google-cloud-sdk/install.sh
  1. 初始化
./google-cloud-sdk/bin/gcloud init
  1. 安裝完成
➜  ~ gcloud version
Google Cloud SDK 310.0.0
beta 2020.09.11
bq 2.0.60
core 2020.09.11
gsutil 4.53
kubectl 1.15.11

初始化Google Cloud SDK

在gcloud安裝完成後,執行gcloud init開始設定時,系統會彈出Oauth認證網頁讓你進行Goole的帳號認證,認證完成後,才會允Google Cloud SDK來存取我們在Google Cloud Platform上的資源,之後就根據命令提示一步步的往下完成设置步骤,即可開始gcloud相關指令操作。

➜  ~ gcloud init
Welcome! This command will take you through the configuration of gcloud.

gcloud指令

gcloud auth login 
gcloud auth list   
gcloud projects list 
gcloud config set project [your-project-id] 
gcloud container clusters list
gcloud container clusters get-credentials [cluster name] --zone [cluster zone]

以上列出本人目前較常用的指令,如需更多詳細的指令,請參考連結


上一篇
Day14 Docker Compose
下一篇
Day16 認識GKE
系列文
微服務系統建置與監控30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言