Sélectionnez le projet Google Cloud dans lequel se trouve le cluster.
Dans la section Clusters gérés par GKE Enterprise, vos clusters sont listés par nom et emplacement.
Cliquez sur le nom du cluster. Un panneau contenant des informations sur le cluster, y compris son état et les fonctionnalités activées de l'édition Google Kubernetes Engine (GKE) Enterprise, s'affiche.
Cliquez sur Afficher plus de détails dans le panneau latéral pour afficher des informations supplémentaires sur le cluster.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[],[],null,["# View your CNCF conformant attached 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. \n\n### gcloud CLI\n\nTo see the state of an attached cluster, run the following command:\n\n```\ngcloud container attached clusters describe CLUSTER_NAME \\\n --location=GOOGLE_CLOUD_REGION\n```\n\nReplace:\n\n- \u003cvar translate=\"no\"\u003eCLUSTER_NAME\u003c/var\u003e: the name of your cluster\n- \u003cvar translate=\"no\"\u003eGOOGLE_CLOUD_REGION\u003c/var\u003e: the name of the Google Cloud region administering your cluster\n\nFor more information, see\n[gcloud container attached clusters describe](/sdk/gcloud/reference/container/attached/clusters/describe).\n\nTo see the state of all clusters in a Google Cloud region:\n\n```\ngcloud container attached clusters list --location=GOOGLE_CLOUD_REGION\n```\n\nReplace \u003cvar translate=\"no\"\u003eGOOGLE_CLOUD_REGION\u003c/var\u003e with the name of the Google Cloud\nregion administering your cluster.\n\nFor more information, see\n[gcloud container attached clusters list](/sdk/gcloud/reference/container/attached/clusters/list).\n\n### 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."]]