Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
NAME
gdcloud projects: Erstellen und Verwalten von GDC-Projekten ohne Internetverbindung.
ZUSAMMENFASSUNG
gdcloud projects COMMAND [flags]
BESCHREIBUNG
Erstellen und verwalten Sie GDC-Projekte mit Air Gap, um eine logische Gruppierung für Ihre Dienstressourcen zu definieren. Ein Projekt ist eine wichtige Mandanteneinheit, die in jeden Dienst integriert werden muss.
Projekte ermöglichen die Segmentierung von Ressourcen innerhalb einer Organisation und bieten eine Lebenszyklus- und Richtliniengrenze für die Verwaltung von Ressourcen. Ressourcen in einem Projekt können niemals länger als das Projekt selbst bestehen oder zwischen Projekten verschoben werden. So ist die Kontrolle über die gesamte Lebensdauer der Ressource gewährleistet. Ein Projekt gilt als richtiger Kubernetes-Namespace, der sich über mehrere Kubernetes-Cluster in einer Organisation erstreckt.
Kubernetes-Cluster müssen mit einem Projekt verknüpft sein, damit containerisierte Arbeitslasten ausgeführt werden können. Cluster sind jedoch organisationsbezogen und werden nicht direkt von einem Projekt verwaltet.
GDCLOUD-WEITE FLAGS
Diese Flags sind für alle Befehle verfügbar: --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.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]