Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Melihat status cluster
Setelah membuat cluster dan node pool, Anda dapat melihat status cluster dengan Google Cloud CLI atau konsol Google Cloud . Untuk melihat status cluster, pilih apakah Anda menggunakan Google Cloud CLI atau Google Cloud konsol, lalu ikuti langkah-langkah berikut:
gcloud
Gunakan perintah gcloud container azure clusters describe untuk mendapatkan detail
tentang cluster Anda:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-31 UTC."],[],[],null,["# View a cluster's status\n=======================\n\nAfter you create a cluster and node pool, you can view a cluster's status with\nthe Google Cloud CLI or the Google Cloud console. To view the cluster's status,\nchoose if you are using the Google Cloud CLI or Google Cloud console and follow these\nsteps: \n\n### gcloud\n\nUse the `gcloud container azure clusters describe` command to get details\nabout your cluster: \n\n gcloud container azure clusters describe \u003cvar translate=\"no\"\u003eCLUSTER_NAME\u003c/var\u003e \\\n --location \u003cvar translate=\"no\"\u003eGOOGLE_CLOUD_LOCATION\u003c/var\u003e\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCLUSTER_NAME\u003c/var\u003e: your cluster's name\n- \u003cvar translate=\"no\"\u003eGOOGLE_CLOUD_LOCATION\u003c/var\u003e: the name of the Google Cloud location that manages the cluster\n\n### Google Cloud console\n\n1. In the Google Cloud console, go to the **Google Kubernetes Engine clusters\n overview** page.\n\n [Go to GKE clusters](https://console.cloud.google.com/kubernetes/list/overview)\n2. Your clusters are listed by their name and location.\n\n3. Click the cluster's name. A panel with information on the cluster,\n including its status and enabled features, appears.\n\nWhat's next\n-----------\n\n- [Update a cluster](/kubernetes-engine/multi-cloud/docs/azure/how-to/update-cluster)."]]