Supported project (namespace) configurations
Projects for shared cluster components
The following table provides the default project name and the environment variable that is used to identify the project in commands throughout the documentation. You are not required to use the default project names. The default names are used only if you don't specify a project name when you install the components.
Component | Default project name | Environment variable |
---|---|---|
IBM® Certificate Manager | ibm-cert-manager |
${PROJECT_CERT_MANAGER} |
License Service | ibm-licensing |
${PROJECT_CS_CONTROL} |
Scheduling Service | None | ${PROJECT_SCHEDULING_SERVICE} |
Projects required to install an instance of Concert
At a minimum, an instance of Concert has two projects (namespaces): the operators project and the instances project.
Only the specified software should be installed in the operators project and the instances project. The projects do not have default names.
- Operators project
-
The Operators project is where the operators are installed.
In installation and administration commands, the
${PROJECT_OPERATOR}
environment variable refers to the operators project.
- Instances project
-
The instances project is where the Concert control plane and services are installed.
In installation and administration commands, the
${PROJECT_INSTANCE}
environment variable refers to the instances project.The operators monitor the instances to ensure that they are running as expected.