Before you begin
Complete the deployment prerequisites. In particular, prepare external Postgres, external Redis, public API and console hosts, TLS, identity settings, a model policy and credential plan, and the platform Secret.Services installed
Theacornops-platform chart installs:
- management console,
- control plane,
- execution engine,
- LLM gateway,
- optional platform admin console when explicitly enabled,
- database migration Jobs.
Install
ChooseACORNOPS_PLATFORM_VERSION from the acornopsPlatform entry in the
stack-versions.yaml release matrix.
Create the Secret expected by your values, then install that exact chart version:
Exposure
For the core platform, expose only:- the management console,
- the public control-plane API,
- the control-plane Agent WebSocket route.
/admin/v1 ingress disabled. See Platform admin console.
Replicas and rollout behavior
The chart supports multiple replicas for the management console, control plane, execution engine, and LLM gateway. Redis coordinates agent routing, run reservation, and event fanout where required. Connected target agents reconnect during a control-plane rollout, but active commands can fail or time out and may need to be retried.Continue
- Review the complete deployment reference.
- Apply the configuration guide.
- Complete production readiness validation.