NAME
gdcloud projects - Create and manage GDCH projects.
SYNOPSIS
gdcloud projects [flags]
DESCRIPTION
Create and manage GDCH projects to define logical grouping for your service resources. A project is a key tenancy unit that every service must integrate.
Projects enable segmentation of resources within an organization and provide a lifecycle and policy boundary for managing resources. Resources inside a project can never outlive the project itself or move between projects, ensuring that control is guaranteed for the life of the resource. A project is considered a proper Kubernetes namespace that spans across multiple Kubernetes clusters in an organization.
Kubernetes clusters must be attached to a project to run containerized workloads. However, clusters are organization-scoped and not directly managed by a project.
OPTIONAL FLAGS
-h, --help help for projects
COMMANDS
COMMAND
is one of the following:
create
Create a project.
delete
Delete a project.
describe
Display information regarding a particular project.
list
List the projects accessible by the current user in the organization.
update
Update a particular project's attributes.