initializdocs
Deployment

Deployment targets

Supported environments for running the initializ AI Platform.

The platform is self-hosted: it runs in your own cloud account or data center, on infrastructure you control. Your data, agents, and model traffic stay inside your environment.

Kubernetes

The platform deploys onto a Kubernetes cluster you administer. Any conformant cluster works; Amazon EKS is a verified target used in production customer deployments, typically together with Amazon DocumentDB and Amazon ECR.

Agent workloads run in the same cluster: each workspace gets its own namespace, and agents are deployed into their workspace's namespace with network policies applied.

Sizing

A small cluster is enough to start — the platform's own services are lightweight; capacity is driven by how many agents you run and the resources their workloads need. Sizing guidance for your expected agent count is part of onboarding with your initializ contact.

What initializ provides

  • Container images for every platform release, pulled from a registry you are granted access to.
  • Installation manifests and configuration reference for your target.
  • An onboarding runbook specific to your environment (cloud provider, identity provider, database, and registry choices).

See Prerequisites for what your environment needs before installation.

On this page