Skip to main content
Some organizations cannot run an agent platform as a service, because the platform holds credentials to their production systems. Running the control plane yourself answers that: the Komodor Agentic Operation Platform (KAOP) sits inside your cluster, against your database, behind your identity provider. Deployment methods covers what runs where; this page covers how self-hosting is delivered, what gets installed, and what your environment must provide.

Three tiers

They differ in who operates the install and whether it may reach the internet — not in the software, which is one chart in every case. Most organizations asking for on-prem want the middle tier, and that is what the rest of these pages describe.

What gets installed

One namespace, one Helm release: The control plane ships as one process rather than the split components Komodor runs in its own environment. Fewer moving parts is most of the value of installing it yourself.

What your environment provides

Nothing in the chart requires a specific cloud, a cloud-specific storage class, or any of Komodor’s own delivery tooling. Stock values produce a working release.

What it does not include

  • Hosted agents. The path where Komodor builds and runs an agent for you stays with the hosted product. Self-hosted installs deploy their own agents.
  • A highly available bundled database. The bundled Postgres is deliberately a single pod for evaluation. Production HA means your own database, with your own backup and restore.
  • An operator or OpenShift certification.
  • SAML-only identity.

Where your data goes

Nothing leaves your cluster. Agents run in your clusters and dial the in-cluster control plane; runs, evidence, credentials and audit records are written to your database. The only outbound traffic is what you configure — your model endpoint, and the integrations you connect.

Next steps

Install

Preflight, values, and the first sign-in.

Operating it

Upgrades, secrets, and the database decision.

Deployment methods

Where agents run, which is a separate choice from where the control plane runs.

Architecture

What the control plane does, hosted or not.