Managing Deployments¶
A deployment is a resource object that provides declarative updates to applications. A deployment allows you to describe an application's lifecycle, such as which images to use for the app, the number of pods there should be, and the way in which they should be updated.
Accessing Deployments¶
-
After logging into CHAI™, click on the project where you want to manage deployments, then click Cruize.

-
Click on the blueprint version count on the blueprint card. After clicking the count, the blueprint versions page will be displayed, which contains a list of blueprint versions as shown in the image below.

-
Click on the View configurations kebab menu option or click on the blueprint version name to view deployments.


-
After clicking the above options, the blueprint configurations page will be shown with the deployments list as shown in the image below.

Adding a New Deployment¶
-
Click Add Deployment(s) from the deployment view. This will open a popup to add a deployment as shown in the image below.
-
Provide a valid deployment name that meets the following requirements:
- Only alphanumeric characters or hyphens (-) are allowed
- Must start and end with an alphanumeric character
- Name must be unique

-
After providing the deployment name, click Add Deployment to add the deployment as shown below.

-
This will create the added deployment as shown in the image below.

Create Copy of Deployment¶
-
Click on the kebab menu (three-dot menu) of the deployment to create a copy.

-
Select Create copy from the kebab menu. This will open a popup to enter the new copied deployment name as shown in the image below.
-
In the popup, provide the following details:
Copied Deployment Name¶
- Provide a user-defined name for the new copy
- Only alphanumeric characters or hyphens (-) are allowed
- Must start and end with an alphanumeric character
- Name must be unique

-
After providing the name, click the Create copy button. The copy will be created.
-
The copied deployment will be listed in the deployment table as shown in the image below.

Delete Deployment¶
-
Click on the kebab menu (three-dot menu) of the deployment you want to delete.

-
Select Delete deployment from the kebab menu. This will open a confirmation popup asking for confirmation as shown below.
-
Click the Delete button to delete the deployment.
-
This will remove the deleted deployment.
