C3 AI Documentation Home

Cluster Naming Convention

The cluster name identifies your deployment throughout the installation. Your cloud provider applies it to resources such as IAM roles, security groups, subnets, and Kubernetes objects. Choose a name that follows this convention before you begin the installation.

Name format

A cluster name combines three parts in order: an environment prefix, a cloud indicator, and an abbreviation of your organization name.

Use stg as the environment prefix for development and QA clusters, and prd for production clusters. The cloud indicator depends on your cloud provider:

Cloud providerCloud indicatorDevelopment and QAProduction
Amazon Web Servicesawsstgawscustprdawscust
Google Cloud Platformgkestggkecustprdgkecust
Microsoft Azureazstgazcustprdazcust

In each example, cust stands in for your organization abbreviation. Choose an abbreviation short enough to keep the full name within the length limit described in the following section.

Naming rules

Your cluster name must meet all of the following requirements:

  • Starts with a letter: the first character cannot be a number.
  • Lowercase only: uppercase letters are not permitted.
  • Letters and numbers only: use characters a through z and 0 through 9.
  • No hyphens: the - character is not permitted.
  • No diacritics: accented characters are not permitted.
  • 15 characters or fewer: this limit covers the complete name, including the prefix and cloud indicator.
  • Environment prefix first: begin the name with stg or prd.
  • Cloud indicator second: place the cloud indicator immediately after the environment prefix.

Examples

The following names satisfy every rule:

  • stgawscust
  • prdawsacme
  • stgawstest01
  • prdawscorp

The following names are rejected, for the reasons given:

NameReason
stg-aws-custContains hyphens
stgaws-custContains a hyphen
StgAwsCustContains uppercase letters
1stgawscustStarts with a number
stgazurecustUses an incorrect cloud indicator, which must be aws for Amazon Web Services
awsstgcustPlaces the cloud indicator before the environment prefix
stgawscustomerlongnameExceeds 15 characters

To learn how the installation applies the cluster name, see the guide for your cloud provider:

See also

Was this page helpful?