Enumera y visualiza la configuración de bucket de almacenamiento
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
En esta página, se explica cómo enumerar los buckets de almacenamiento en un proyecto aislado de Google Distributed Cloud (GDC) y ver los detalles de configuración de cada bucket. Obtén información sobre los requisitos previos y los pasos para usar la consola de GDC y la interfaz de línea de comandos (CLI). Esta información te permite obtener visibilidad completa de tus recursos de almacenamiento de objetos y te ayuda a verificar su configuración.
Esta página está destinada a públicos como los administradores de TI dentro del grupo de operadores de infraestructura o los desarrolladores dentro del grupo de operadores de aplicaciones que son responsables de administrar los recursos de almacenamiento de objetos en entornos aislados de GDC. Para obtener más información, consulta Audiences for GDC air-gapped documentation (Públicos para la documentación de GDC aislada del aire).
Antes de comenzar
Un espacio de nombres del proyecto administra los recursos del bucket en el servidor de la API de Management. Debes tener un proyecto para trabajar con buckets y objetos.
También debes tener los permisos de bucket adecuados para realizar la siguiente operación. Consulta Cómo otorgar acceso al bucket.
Enumera los buckets de almacenamiento
Console
En el menú de navegación, haz clic en Object Storage. Todos los buckets a los que tienes acceso se muestran en una tabla.
CLI
Para enumerar todos los buckets a los que tienes acceso en un arrendatario de almacenamiento de objetos determinado, completa los siguientes pasos:
Ejecuta el siguiente comando para enumerar todos los buckets:
kubectlgetbuckets--all-namespaces
Ejecuta el siguiente comando para enumerar todos los buckets de un espacio de nombres:
kubectlgetbuckets--namespaceNAMESPACE_NAME
Consulta la configuración del bucket
Console
En el menú de navegación, haz clic en Object Storage.
Haz clic en el nombre del bucket cuyos detalles deseas ver.
Espera a que se te redireccione a una página de vista detallada.
CLI
Usa cualquiera de los siguientes comandos para ver los detalles de configuración de un bucket:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-09-04 (UTC)"],[[["\u003cp\u003eThis guide outlines the process for listing Google Distributed Cloud (GDC) air-gapped storage buckets within a project.\u003c/p\u003e\n"],["\u003cp\u003eYou'll need an existing project with appropriate bucket permissions to list and view buckets and objects.\u003c/p\u003e\n"],["\u003cp\u003eBuckets can be listed via the console's "Object Storage" section, or using \u003ccode\u003ekubectl\u003c/code\u003e commands through the CLI.\u003c/p\u003e\n"],["\u003cp\u003eConfiguration details for specific buckets can be viewed through the console by selecting the bucket, or via CLI using \u003ccode\u003ekubectl describe\u003c/code\u003e or \u003ccode\u003ekubectl get\u003c/code\u003e commands.\u003c/p\u003e\n"]]],[],null,["# List and view storage bucket configurations\n\nThis page guides you through how to list storage buckets within a Google Distributed Cloud (GDC) air-gapped project and view the configuration details for each bucket. Learn about the prerequisites and the steps using both the GDC console and command line interface (CLI). This information lets you gain full visibility of your object storage resources and helps you verify their configuration.\n\nThis page is for audiences such as IT admins within the infrastructure operator group or developers within the application operator group who are responsible for managing object storage resources in GDC air-gapped environments. For more information, see [Audiences for GDC air-gapped documentation](/distributed-cloud/hosted/docs/latest/gdch/resources/audiences).\n\nBefore you begin\n----------------\n\nA project namespace manages bucket resources in the Management API server. You\nmust have a [project](/distributed-cloud/hosted/docs/latest/gdch/platform/pa-user/project-management) to work with buckets and objects.\n\nYou must also have the appropriate bucket permissions to perform the following\noperation. See [Grant bucket access](/distributed-cloud/hosted/docs/latest/gdch/platform/pa-user/grant-obtain-storage-access#grant_bucket_access).\n\nList storage buckets\n--------------------\n\n### Console\n\n1. In the navigation menu, click **Object Storage**. All buckets you have access to are listed in a table.\n\n### CLI\n\nTo list all the buckets that you have access to in a given object storage tenant, complete the following steps:\n\n- Run the following command to list all buckets:\n\n kubectl get buckets --all-namespaces\n\n- Run the following command to list all buckets in a namespace:\n\n kubectl get buckets --namespace \u003cvar translate=\"no\"\u003eNAMESPACE_NAME\u003c/var\u003e\n\nView bucket configurations\n--------------------------\n\n### Console\n\n1. In the navigation menu, click **Object Storage**.\n2. Click the name of the bucket of which you want to view the details.\n3. Wait to be redirected to a detailed view page.\n\n### CLI\n\nUse either command to view the configuration details for a bucket: \n\n kubectl describe buckets/\u003cvar translate=\"no\"\u003eBUCKET_NAME\u003c/var\u003e --namespace \u003cvar translate=\"no\"\u003eNAMESPACE_NAME\u003c/var\u003e\n\n kubectl get buckets/\u003cvar translate=\"no\"\u003eBUCKET_NAME\u003c/var\u003e --namespace \u003cvar translate=\"no\"\u003eNAMESPACE_NAME\u003c/var\u003e -o yaml"]]