§01 — Start
Getting started
Pick an install method and follow its guide.
5 min read·Set by Exo Editorial·v0.3.0 Beta
All three methods land the same system — control plane, Exo Operator, and CRDs — in your cluster. Pick the one that fits how you manage infrastructure.
Quick install
Download exo-install and run it — it walks you through the rest.
●terminal· bash
1curl -sSL https://exo.assets.adaptive.live/install | sh2exo-installOr apply the control-plane manifest directly:
●terminal· bash
1kubectl apply -f https://exo.assets.adaptive.live/deploy.yamlOr install with Helm:
●terminal· bash
1helm install exo oci://exo.assets.adaptive.live/charts --namespace exo --create-namespaceOr let Claude do it:
●terminal· bash
1claude "$(curl -sSL https://exo.assets.adaptive.live/install.md)"