3 How do I manage AI blueprints #
SUSE AI Factory with NVIDIA helps you manage the whole lifecycle of custom and pre-built AI blueprints and related workloads on your Kubernetes cluster.
You must first configure all the necessary secrets before installing AI applications and blueprints. Refer to Post-deployment steps for detailed procedures.
3.1 How do I create custom blueprints? #
From the main left panel, select › › .
On the
Basic Infoscreen, enter the name, version, and optional description of the blueprint.Figure 3.2: Basic information about a blueprint #On the
Select Appsscreen, search for an application to add to the template, select its name, and specify the version to install. Repeat this step for all applications you want to include in the blueprint.Figure 3.3: Selecting applications of a blueprint #On the
Configurationscreen, review and optionally update the Helm deployment chart of the blueprint.Figure 3.4: Custom applications configuration #On the
Review & Createscreen, verify that the entered information is correct and confirm with .Figure 3.5: Review blueprint configuration #
3.2 How do I modify blueprints? #
From the main left panel, select › .
From the list of existing templates, select the blueprint to modify, open its three-dot action menu, and select .
Figure 3.6: Modify blueprints #On the
Basic Infoscreen, update the version number and description.On the
Select Appsscreen, update the list of applications in the blueprint by adding new applications or removing existing ones. Confirm with .On the
Configurationscreen, review and optionally update the Helm charts of the blueprint applications.On the
Review & Createscreen, verify that the entered information is correct and confirm with .
3.3 How do I install NVIDIA blueprints? #
From the main left panel, select › .
From the list of existing blueprints, select the NVIDIA blueprint to install, specify the deployment version, and select the button.
On the
Basic Infoscreen, customize the default name and target namespace for your workload.On the
Targetscreen, specify the deployment type and the target cluster for your workload.You can also review the estimated hardware requirements for the workload.
On the
Reviewscreen, verify that the configuration is correct and start the deployment by selecting .Navigate to › to monitor the startup progress and verify deployment status.
3.4 How do I clone a blueprint? #
From the main left panel, select › .
From the list of existing blueprints, select the template you want to clone, specify the source version, open its three-dot action menu, and select .
Figure 3.7: Clone blueprints #On the
Basic Infoscreen, you can modify the suggested name, version and description.On the
Select Appsscreen, update the list of applications in the blueprint by adding new applications or removing existing ones. Confirm with .On the
Configurationscreen, review and optionally update the Helm deployment chart of the blueprint.On the
Review & Createscreen, verify that the entered information is correct and confirm with .
3.5 How do I deprecate blueprints? #
From the main left panel, select › .
From the list of existing blueprints, select the template to deprecate.
Specify the version to deprecate, open its three-dot action menu, and select .
Figure 3.8: Deprecate blueprints #Confirm with .
3.6 How do I restore deprecated blueprints? #
From the main left panel, select › .
A deprecated blueprint is hidden from the list of blueprints. To make it visible again, check the box.
Select the blueprint you want to restore and specify the deprecated version.
Open the three-dot action menu for the blueprint, and select .
Confirm with .
3.7 How do I delete blueprints? #
From the main left panel, select › .
From the list of existing templates, select the blueprint to delete and specify the target version.
Open the three-dot action menu for the blueprint, select , and confirm the deletion.
Figure 3.9: Delete blueprints #
3.8 How do I manage environment-specific configurations with blueprints? #
Consider the following use-case:
You want to deploy a single LiteLLM blueprint to both a development cluster and a production cluster, but with different configurations.
Because of resource constraints on development nodes, you must configure different LLM models, Ingress settings, or GPU allocations.
You can achieve this by managing separate blueprints named blueprint-litellm-dev and blueprint-litellm-prod.
To configure and manage environment-specific deployments, perform the following steps:
Use a prebuilt blueprint or create a custom blueprint as described in Section 3.1, “How do I create custom blueprints?”. Because this template serves the production cluster, name the blueprint
blueprint-litellm-prod.Create a new version of the blueprint with the desired configurations as described in Section 3.2, “How do I modify blueprints?”.
Clone the blueprint as described in Section 3.4, “How do I clone a blueprint?” and name it
blueprint-litellm-dev.Deploy the blueprints as described in Section 3.3, “How do I install NVIDIA blueprints?”. Specify the correct version for each deployment.
Deploy
blueprint-litellm-prodto the production cluster.Deploy
blueprint-litellm-devto the development cluster.
To apply a new blueprint version during future maintenance window upgrades, select › and select the corresponding button.








