add-iam-policy-binding
Grant a role to a member in a project.
create
Create a project.
delete
Delete a project.
describe
Display information regarding a particular project.
get-iam-policy
List all the iam policy for a project.
list
List the projects accessible by the current user in the organization.
remove-iam-policy-binding
Remove a role from a member in a project.
update
Update a particular project's attributes.
[[["容易理解","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 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003egdcloud projects\u003c/code\u003e is used to create and manage air-gapped projects for logically grouping service resources within an organization.\u003c/p\u003e\n"],["\u003cp\u003eProjects serve as key tenancy units, enabling resource segmentation, lifecycle management, and policy enforcement across multiple Kubernetes clusters.\u003c/p\u003e\n"],["\u003cp\u003eKubernetes clusters must be attached to a project to run workloads, though the cluster itself is not directly managed by the project.\u003c/p\u003e\n"],["\u003cp\u003eThe tool can manage IAM policies, to grant and remove project members access and permissions, as well as allow for creation, deletion, updating, and describing projects.\u003c/p\u003e\n"],["\u003cp\u003eProjects have a defined lifespan, which resources within must also adhere to, ensuring that control is guaranteed for the life of the resource.\u003c/p\u003e\n"]]],[],null,["# gdcloud projects\n\nNAME\n----\n\ngdcloud projects - Create and manage GDC air-gapped projects.\n\nSYNOPSIS\n--------\n\n gdcloud projects COMMAND [flags]\n\nDESCRIPTION\n-----------\n\nCreate and manage GDC air-gapped projects to define logical grouping for your\nservice resources. A project is a key tenancy unit that every service must\nintegrate.\n\nProjects enable segmentation of resources within an organization and provide a\nlifecycle and policy boundary for managing resources. Resources inside a project\ncan never outlive the project itself or move between projects, ensuring that\ncontrol is guaranteed for the life of the resource. A project is considered a\nproper Kubernetes namespace that spans across multiple Kubernetes clusters in an\norganization.\n\nKubernetes clusters must be attached to a project to run containerized\nworkloads. However, clusters are organization-scoped and not directly managed by\na project.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--help`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page.\n\n### COMMANDS\n\n`COMMAND` is one of the following: \n\n add-iam-policy-binding\n Grant a role to a member in a project.\n create\n Create a project.\n delete\n Delete a project.\n describe\n Display information regarding a particular project.\n get-iam-policy\n List all the iam policy for a project.\n list\n List the projects accessible by the current user in the organization.\n remove-iam-policy-binding\n Remove a role from a member in a project.\n update\n Update a particular project's attributes."]]