Stay organized with collections
Save and categorize content based on your preferences.
This page shows you how to list Google Distributed Cloud (GDC) air-gapped storage buckets in a project, as well as how to view the configuration details for each bucket.
Before you begin
A project namespace manages bucket resources in the Management API server. You
must have a project to work with buckets and objects.
You must also have the appropriate bucket permissions to perform the following
operation. See Grant bucket access.
List storage buckets
Console
In the navigation menu, click Object Storage. All buckets you have access to are listed in a table.
CLI
To list all the buckets that you have access to in a given object storage tenant, complete the following steps:
Run the following command to list all buckets:
kubectlgetbuckets--all-namespaces
Run the following command to list all buckets in a namespace:
kubectlgetbuckets--namespaceNAMESPACE_NAME
View bucket configurations
Console
In the navigation menu, click Object Storage.
Click the name of the bucket of which you want to view the details.
Wait to be redirected to a detailed view page.
CLI
Use either command to view the configuration details for a bucket:
[[["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-04-09 UTC."],[[["This guide details how to list Google Distributed Cloud (GDC) air-gapped storage buckets within a specific project."],["Access to a project is required to manage buckets and objects within the Management API server."],["You can list all accessible buckets using the console's Object Storage menu or via the `kubectl` CLI commands."],["Bucket configuration details can be viewed through the console by selecting a specific bucket or by using `kubectl describe` or `kubectl get` commands with the bucket's name and namespace."],["Proper bucket permissions, as detailed in the \"Grant bucket access\" documentation, are needed to list and view the buckets."]]],[]]