- The AI Security Platform: Self-Hosted/Air-Gapped can also be deployed using an Embedded Cluster.
Before You Begin
Before deploying the AI Security Platform: Self-Hosted/Air-Gapped, make sure you understand the Prerequisites.Installing
-
Sign in to the registry.
- Username: The email address on your HiddenLayer license.
- Password: Your license ID.
- Both values are shown in the Enterprise Portal. Signing in this way is also what entitles the install to pull container images. The chart configures image pulls automatically from your license, so you do not need to create an image pull secret.
-
Create a values file.
- Create a
config.yamlcontaining your configuration. Any value you leave out takes its default; the endpoints you collected in Infrastructure prerequisites go here. Omitting a whole block —database,kafka,redis,opensearch— deploys the in-cluster copy of that component instead. - Anything in
<angle brackets>is a value you must supply. - Note: If you provisioned one or more GPU nodes (which is recommended), then change
gpu.enabledtotruein the example below.
-
Values you supply here are stored in the cluster in a
ConfigMapand are included in support bundles.- Anyone who can read that namespace, or who receives a support bundle, can read these credentials.
- Restrict access to the platform namespace accordingly, and prefer credentials scoped to this platform over shared ones.
- Create a
-
Install the AI Security Platform.
- Take
<channel>and<version>from the Enterprise Portal. They reflect what your license entitles you to. - The Helm release completes as soon as the installer job is created. The platform itself is deployed by that job, which takes several minutes.
You must have administrator access to the cluster to run the helm command. - Take
-
Verify the installation.
- The installer job is removed automatically a short time after it completes, so capture its logs if you need them.
- When every pod is running, browse to the hostname you configured and sign in with the console administrator credentials from your values file.

