Create a Client Organization

This guide walks through the Create Client Organization wizard. To open it, go to Site Administration → Client Organizations and start a new organization.

The wizard has four steps, shown on the right side of the form:

  1. User Information — organization and admin details.
  2. Select Cluster — hub and spoke cluster assignment.
  3. Gateway Configuration — how the organization exposes its workloads.
  4. Telemetry Configuration — review the monitoring setup and finish.

Step 1: User Information

Enter the organization details and choose its administrator.

Create Client Organization wizard — Step 1, User Information form with organization name, custom annotations, organization admin, and visibility

  • Organization Name (required) — used to provision the three namespaces (orgName, orgName-gw, and orgName-monitoring).
  • Organization Display Name — a friendly name shown in the UI.
  • Custom Annotations — optional key/value pairs added to the client organization namespace. Click Add Annotations to add more.
  • Organization Admin — choose Existing User to assign an existing account, or Create New User to provision a new admin by entering a Username and Email.
  • Visibility — controls who can see the organization:
    • Public — visible to everyone.
    • Limited — visible to logged-in users only.
    • Private — visible only to organization members.

Click Next to continue.

Step 2: Select Cluster

Assign the organization to a hub and spoke cluster, and optionally tune where its database workloads are scheduled.

Create Client Organization wizard — Step 2, Select Cluster with hub cluster, spoke cluster, DB nodepool, and tolerations

  • Hub Cluster (required) — the management (hub) cluster for this organization.
  • Spoke Cluster (required) — the spoke cluster where the organization’s databases run.
  • Configure DB Nodepool (optional) — key/value labels used to target specific nodes for database workloads. Click Add Annotations to add more.
  • Tolerations (optional) — add tolerations so workloads can be scheduled onto tainted nodes. Each toleration takes an Effect, Key, Operator (for example, Exists), and Value.

Click Next to continue, or Previous to go back.

Step 3: Gateway Configuration

Choose how the organization exposes its workloads. There are two top-level options.

Use Shared Gateway

Select Use Shared Gateway to reuse the platform’s shared gateway. No additional gateway configuration is required.

Create Client Organization wizard — Step 3, Use Shared Gateway selected with no extra configuration

Use Dedicated Gateway

Select Use Dedicated Gateway to give the organization its own gateway. Then pick a Dedicated Gateway Type.

Create Client Organization wizard — Step 3, Use Dedicated Gateway selected with the dedicated gateway type options

Use Existing Gateway

Choose Use Existing Gateway and select a Gateway Preset Config to reuse an already-defined gateway configuration.

Create Client Organization wizard — dedicated gateway using an existing gateway preset config

Use Custom Gateway

Choose Use Custom Gateway to define the gateway yourself. Use Can it be used as a shared Gateway? to pick a starting point.

Preload From Existing One — start from an existing Gateway Preset Config, then edit the pre-filled fields across the In Cluster (certificates and keys), Envoy Service (service type, external IP, traffic policy, ports, provisioner type), and Infra (DNS provider, host type, host/domain, TLS issuer) sections.

Create Client Organization wizard — custom dedicated gateway preloaded from an existing preset, showing In Cluster, Envoy Service, and Infra sections

Create New From Start — build the gateway from scratch by filling in the same In Cluster, Envoy Service, and Infra sections with your own values.

Create Client Organization wizard — custom dedicated gateway created from scratch with empty In Cluster, Envoy Service, and Infra sections

Click Next to continue.

Step 4: Telemetry Configuration

In the final step, configure the telemetry settings that will be applied to the organization’s orgName-monitoring namespace, then finish to create the client organization.

Create Client Organization wizard — Step 4, Telemetry Configuration with monitoring type, log retention, and metrics retention periods

  • Select Monitoring Type — choose the monitoring stack to provision for the organization.
  • Logs — set the Retention Period for collected logs.
  • Metrics — set the retention periods for collected metrics:
    • Yearly Retention — how long aggregated yearly metrics are kept.
    • Five Minute Retention — how long five-minute resolution metrics are kept.
    • One Hour Retention — how long one-hour resolution metrics are kept.

Click Submit to create the client organization, or Previous to go back.

Once created, the organization appears in the Client Organizations list and its admin can sign in to begin using it.

Add a Cluster to an Existing Client Organization

You can also assign additional clusters to a client organization after it has been created.

From Site Administration → Client Organizations, select the organization you want to update.

Client Organizations list with the existing organizations

On the organization’s details page, review its Basic Info and the Clusters it is already assigned to, then click Add Cluster.

Client organization details page showing Basic Info and the assigned Clusters with the Add Cluster button

Step 1: Select Cluster

In the first step of the Add Cluster wizard, choose the cluster to assign and optionally tune where its database workloads are scheduled.

Add Cluster wizard — Select Cluster step with hub cluster, spoke cluster, and DB nodepool

  • Hub Cluster (required) — the management (hub) cluster for this assignment.
  • Spoke Cluster (required) — the spoke cluster where the organization’s databases run.
  • Configure DB Nodepool (optional) — key/value labels used to target specific nodes for database workloads.
  • Tolerations (optional) — add tolerations so workloads can be scheduled onto tainted nodes. Each toleration takes an Effect, Key, Operator, and Value.

Add Cluster wizard — Select Cluster step with DB nodepool and tolerations expanded

Click Next to continue.

Remaining Steps

After selecting the cluster, the wizard continues with the same Gateway Configuration and Telemetry Configuration steps described above for creating a client organization. Configure them as needed, then finish to add the cluster to the organization.