Docs

Operate Existing Environments

Attach Alien to BYOC deployments you already ship.

Alien Operate is for teams that already deploy into customer clouds with Terraform, Pulumi, Helm, or raw manifests.

Instead of replacing that setup, Alien attaches an Operator or read-only cloud inventory role and gives you fleet visibility: what exists, which version is running, whether it is healthy, and when it last checked in.

Operate deployments are observe-only. Alien does not deploy a release, reconcile alien.ts, restart workloads, patch manifests, or delete resources.

How It Works

  1. Create an Operate setup link for a customer environment.
  2. The customer installs the Operator in Kubernetes, or grants read-only cloud inventory access for AWS, GCP, or Azure.
  3. Alien creates an observe-only deployment with no desired release.
  4. Inventory and heartbeats flow back to your dashboard.

The customer's existing deployment pipeline remains the owner of application lifecycle. Alien observes it.

Build vs Operate

BuildOperate
App definitionalien.tsExisting Terraform, Pulumi, Helm, or YAML
Who deploysAlienCustomer's existing pipeline
What Alien changesLive resources from your stackNothing in v1
What Alien reportsReleases, telemetry, commands, resource healthInventory, connectivity, resource health

You can start with Operate for visibility and move selected workloads to Build later.

On this page