이 페이지에서는 Google Distributed Cloud (GDC) 오프라인 어플라이언스 프로젝트 내의 스토리지 버킷을 나열하고 각 버킷의 구성 세부정보를 확인하는 방법을 안내합니다. GDC 콘솔과 명령줄 인터페이스 (CLI)를 모두 사용하여 필수 요건과 단계를 알아봅니다. 이 정보를 통해 객체 스토리지 리소스를 완전히 파악하고 구성을 확인할 수 있습니다.
이 페이지는 GDC 오프라인 환경에서 객체 스토리지 리소스를 관리하는 인프라 운영자 그룹의 IT 관리자 또는 애플리케이션 운영자 그룹의 개발자와 같은 사용자를 대상으로 합니다.
시작하기 전에
프로젝트 네임스페이스는 관리 API 서버에서 버킷 리소스를 관리합니다. 버킷 및 객체를 사용하려면 프로젝트가 있어야 합니다.
다음 작업을 수행하려면 적절한 버킷 권한도 있어야 합니다. 버킷 액세스 권한 부여를 참고하세요.
스토리지 버킷 나열
특정 객체 스토리지 테넌트에서 액세스할 수 있는 모든 버킷을 나열하려면 다음 단계를 완료하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis guide outlines the process for listing Google Distributed Cloud (GDC) air-gapped appliance storage buckets within a project.\u003c/p\u003e\n"],["\u003cp\u003eA project namespace is required to manage bucket resources, and users must have appropriate permissions to work with buckets and objects.\u003c/p\u003e\n"],["\u003cp\u003eYou can list all accessible buckets within an object storage tenant using the \u003ccode\u003ekubectl get buckets --all-namespaces\u003c/code\u003e or \u003ccode\u003ekubectl get buckets --namespace NAMESPACE_NAME\u003c/code\u003e commands.\u003c/p\u003e\n"],["\u003cp\u003eTo view configuration details for a specific bucket, use either \u003ccode\u003ekubectl describe buckets/BUCKET_NAME --namespace NAMESPACE_NAME\u003c/code\u003e or \u003ccode\u003ekubectl get buckets/BUCKET_NAME --namespace NAMESPACE_NAME -o yaml\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# View and list storage bucket configurations\n\nThis page guides you through how to list storage buckets within a Google Distributed Cloud (GDC) air-gapped appliance 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.\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/appliance/platform/pa-user/create-a-project) to work\nwith 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/appliance/platform/pa-user/grant-obtain-storage-access#grant_bucket_access).\n\nList storage buckets\n--------------------\n\nTo list all the buckets that you have access to in a given object storage\ntenant, complete the following steps:\n\n1. Run the following commands to list all buckets:\n\n kubectl get buckets --all-namespaces\n kubectl get buckets --namespace \u003cvar translate=\"no\"\u003eNAMESPACE_NAME\u003c/var\u003e\n\n### View bucket configuration\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"]]