Setelah membuat cluster dan node pool, Anda dapat melihat status cluster dengan Google Cloud CLI atau konsol Google Cloud .
gcloud CLI
Untuk melihat status cluster terlampir, jalankan perintah berikut:
gcloud container attached clusters describe CLUSTER_NAME \ --location=GOOGLE_CLOUD_REGION
Ganti:
- CLUSTER_NAME: nama cluster Anda
- GOOGLE_CLOUD_REGION: nama Google Cloud region yang mengelola cluster Anda
Untuk mengetahui informasi selengkapnya, lihat gcloud container attached clusters describe.
Untuk melihat status semua cluster di region Google Cloud :
gcloud container attached clusters list --location=GOOGLE_CLOUD_REGION
Ganti GOOGLE_CLOUD_REGION dengan nama Google Cloud region yang mengelola cluster Anda.
Untuk mengetahui informasi selengkapnya, lihat gcloud container attached clusters list.
Konsol
Di konsol Google Cloud , buka halaman ringkasan cluster Google Kubernetes Engine.
Klaster Anda dicantumkan berdasarkan nama dan lokasinya.
Klik nama cluster. Panel dengan informasi tentang cluster, termasuk status dan fitur yang diaktifkan, akan muncul.