Esta documentação é referente à versão mais recente do GKE no Azure, lançada em novembro de 2021. Consulte as Notas de lançamento para mais informações.
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Ver o status de um cluster
Depois de criar um cluster e um pool de nós, é possível ver o status de um cluster com
a Google Cloud CLI ou o console do Google Cloud. Para ver o status do cluster,
escolha se você está usando a Google Cloud CLI ou o console do Google Cloud e siga estas
etapas:
gcloud
Use o comando gcloud container azure clusters describe para ver detalhes
sobre o cluster:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-06-26 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)."]]