Stay organized with collections
Save and categorize content based on your preferences.
After you create a cluster and node pool, you can view a cluster's status with
the Google Cloud CLI or the Google Cloud console. To view the cluster's status,
choose if you are using the Google Cloud CLI or Google Cloud console and follow these
steps:
gcloud
Use the gcloud container aws clusters describe command to get details
about your cluster:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# View a cluster's status\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 aws clusters describe` command to get details\nabout your cluster: \n\n gcloud container aws 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/aws/how-to/update-cluster)."]]