Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
NOME
gcloud projects: crea e gestisci progetti GDC air-gapped.
SINOSSI
gdcloud projects COMMAND [flags]
DESCRIZIONE
Crea e gestisci progetti GDC air-gapped per definire il raggruppamento logico delle risorse di servizio. Un progetto è un'unità di tenancy chiave che ogni servizio deve
integrare.
I progetti consentono la segmentazione delle risorse all'interno di un'organizzazione e forniscono un ciclo di vita e un limite dei criteri per la gestione delle risorse. Le risorse all'interno di un progetto non possono mai sopravvivere al progetto stesso o spostarsi tra i progetti, garantendo il controllo per tutta la durata della risorsa. Un progetto è considerato uno spazio dei nomi Kubernetes appropriato che si estende su più cluster Kubernetes in un'organizzazione.
Per eseguire carichi di lavoro containerizzati, i cluster Kubernetes devono essere collegati a un progetto. Tuttavia, i cluster sono limitati all'ambito dell'organizzazione e non sono gestiti direttamente da
un progetto.
GDCLOUD WIDE FLAGS
Questi flag sono disponibili per tutti i comandi: --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.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]