Skip to main content

Installation Overview

Installing the DynamoAI platform follows three stages, in order:

  1. Environment Dependencies: verify everything your environment must provide, per cloud, before the deployment window starts.
  2. Deploy: install the platform with Helm, in three layers.
  3. Deployment Validation: run the acceptance checks that prove the platform is operational.

Before starting, read the Platform Architecture page for the install model, and Resource Guidelines to size compute for your expected workload.

Environments running the earlier dynamoai-base three-chart layout follow the Legacy Installation guide for stage 2 instead.

Workstation Tools

The engineer driving the deployment needs these command-line tools:

ToolUsed For
HelmInstalling and managing the platform charts
kubectlInteracting with the Kubernetes cluster
DockerContainer image management and mirroring
Cloud CLI (AWS, Azure, gcloud, or oc for OpenShift)Provisioning or configuring cloud infrastructure directly
Terraform or equivalentOnly if infrastructure (cluster, IAM, queues) is provisioned as code