簡介
在上一篇 Deploying GKE Autopilot Clusters | Overview 文章中,相信已經了解整個 GKE(Google Kubernetes Engine) 技術的演進歷史。在本文中,將會透過 Google Cloud Console 查看部署 Nginx 容器工作負載的詳細資訊。
圖、GKE Autopilot 運作架構示意圖
Task 3. View details about workloads in the Google Cloud Console
在這個工作任務中,將會在 Google Cloud Console 管理介面中,查詢 GKE 工作負載的詳細資訊。請在 Google Cloud Console 管理介面中,依序點選「Navigation menu > Kubernetes Engine > Workloads > nginx-1」項目,可以查看 nginx-1 容器工作負載的詳細資訊,例如,資源使用率圖表、日誌、Pod……等。
切換到 Revision History 頁籤,可以看到容器工作負載的歷史資訊。
切換到 Events 頁籤,可以看到容器工作負載的事件資訊。
切換到 YAML 頁籤,可以看到定義元件的完整 YAML 檔案內容,以及 Nginx 容器工作負載的完整組態設定內容。
Deploying GKE Autopilot Clusters 系列文章
- Deploying GKE Autopilot Clusters | Overview
- Deploying GKE Autopilot Clusters | Task1
- Deploying GKE Autopilot Clusters | Task2
- (本文) Deploying GKE Autopilot Clusters | Task3
- Deploying GKE Autopilot Clusters | Export Port