Melihat status cluster yang terpasang dengan AKS

Setelah membuat cluster dan kumpulan node, Anda dapat melihat status cluster dengan Google Cloud CLI atau Konsol Google Cloud.

gcloud CLI

Untuk melihat status cluster yang terpasang, jalankan perintah berikut:

gcloud container attached clusters describe CLUSTER_NAME \
    --location=GOOGLE_CLOUD_REGION

Ganti:

  • CLUSTER_NAME: nama cluster Anda
  • GOOGLE_CLOUD_REGION: nama region Google Cloud yang mengelola cluster Anda

Untuk mengetahui informasi selengkapnya, baca artikel 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 region Google Cloud yang mengelola cluster Anda.

Untuk mengetahui informasi selengkapnya, baca bagian gcloud container attached clusters list.

Konsol

  1. Di konsol, buka halaman cluster Anthos.

    Buka cluster Anthos

  2. Pilih project Google Cloud tempat cluster berada.

  3. Di bagian Cluster yang dikelola GKE Enterprise, cluster Anda akan dicantumkan berdasarkan nama dan lokasi cluster tersebut.

  4. Klik nama cluster. Akan muncul panel yang berisi informasi tentang cluster, termasuk statusnya dan fitur edisi Google Kubernetes Engine (GKE) Enterprise yang diaktifkan.

  5. Klik Lihat detail selengkapnya di panel samping untuk melihat informasi tambahan tentang cluster.