Stay organized with collections
Save and categorize content based on your preferences.
A project is a key concept in Google Distributed Cloud (GDC) air-gapped appliance. It is the
tenancy unit that every service needs to integrate. It provides logical grouping
of service instances.
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. Service providers create
project-scoped services by creating control plane and data plane components in
the namespace.
The namespace for the project, called the Project Admin Namespace, hosts the
following:
Project-scoped service APIs, or Kubernetes custom resource definitions.
Project-level policy configurations, such as roles and role bindings.
Users can deploy containerized workloads to the Kubernetes cluster
within the project namespace.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["A project in Google Distributed Cloud (GDC) air-gapped appliance is a tenancy unit that logically groups service instances and enables resource segmentation."],["Projects serve as a lifecycle and policy boundary, ensuring resources cannot outlive or move between projects."],["GDC treats namespaces of the same name across multiple Kubernetes clusters as one, a concept referred to as namespace sameness, ensuring a single, consistent owner."],["The Project Admin Namespace hosts project-scoped service APIs and project-level policy configurations."],["Projects can be configured to span only a subset of clusters, with namespace sameness applying to the project namespace on these clusters."]]],[]]