Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
NOME
gdcloud projects: crie e gerencie projetos isolados do GDC.
SINOPSE
gdcloud projects COMMAND [flags]
DESCRIÇÃO
Crie e gerencie projetos isolados do GDC para definir o agrupamento lógico dos recursos de serviço. Um projeto é uma unidade de locação fundamental que todo serviço precisa
integrar.
Os projetos permitem a segmentação de recursos em uma organização e fornecem um ciclo de vida e um limite de política para gerenciar recursos. Os recursos dentro de um projeto nunca podem sobreviver ao projeto em si ou ser movidos entre projetos, garantindo que o controle seja garantido durante a vida útil do recurso. Um projeto é considerado um
namespace adequado do Kubernetes que abrange vários clusters do Kubernetes em uma
organização.
Os clusters do Kubernetes precisam ser anexados a um projeto para executar cargas de trabalho
em contêineres. No entanto, os clusters têm escopo de organização e não são gerenciados diretamente por
um projeto.
SINALIZAÇÕES GERAIS DO GDCLOUD
Estas flags estão disponíveis para todos os comandos: --help.
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.
[[["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 2025-09-04 UTC."],[[["\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."]]