Skip to main content

Air-Gapped Deployment

This guide covers deploying Simba Intelligence in environments without direct internet access, such as air-gapped networks, restricted corporate environments, or private cloud deployments that require all container images to come from internal registries.

Overview

A standard Simba Intelligence deployment pulls container images from Docker Hub (docker.io). In air-gapped or restricted environments, you must pre-pull all required images and push them to an internal container registry before deploying.

What You’ll Need

  • Access to a machine with internet connectivity (for pulling images)
  • An internal container registry (e.g., Azure Container Registry, AWS ECR, Harbor, Artifactory, or any OCI-compliant registry)
  • docker CLI or equivalent container tooling
  • helm CLI for chart management
  • Kubernetes cluster with access to the internal registry

Required Container Images

The following images must be available in your internal registry:

Core Application Images

Infrastructure Images

Composer/Discovery Images

📝 Note: Check your specific Helm chart version’s values.yaml for the exact image tags. Tags may differ between chart releases.

Step-by-Step Deployment

Step 1: Pull Images from Docker Hub

On a machine with internet access, pull all required images:

Step 2: Tag for Your Internal Registry

Re-tag each image to point to your internal registry:

Step 3: Push to Internal Registry

Step 4: Transfer the Helm Chart

If your deployment environment cannot reach Docker Hub for the Helm chart itself, pull and transfer it manually:

Step 5: Configure Helm Values

Create a custom values file that overrides all image repositories to point to your internal registry:

Step 6: Create Image Pull Secret

If your internal registry requires authentication:

Step 7: Deploy


Redis Module Requirements

The built-in Redis image in the Helm chart includes the required Redis modules. If you use an external Redis instance in an air-gapped environment, ensure these modules are installed:

AI Provider Connectivity

Even in air-gapped environments, the Simba Intelligence application requires outbound connectivity to at least one AI provider (Google Vertex AI, Azure OpenAI, or AWS Bedrock) for natural language query processing. If your network blocks all outbound traffic, you must configure firewall rules to allow access to the AI provider endpoints:
⚠️ Important: Simba Intelligence cannot function without access to an AI provider. The air-gapped deployment pattern covers container images and Helm charts only — AI provider connectivity is a separate network requirement.

Verification

After deployment, verify all pods are running with images from your internal registry: