Guides
End-to-end walkthroughs for specific goals. Each guide has a companion example pack you can run locally.
| Guide | Pack | What it covers |
|---|---|---|
| Registry | registry-guide | Publish, version, gate, consume, and automate the full Katalog lifecycle |
| Migration | from-controller-runtime | Move an existing controller-runtime operator to Orkestra — five options |
| Ecosystem Composition | ecosystem-composition | Wrap ArgoCD, cert-manager, Prometheus, and Crossplane with internal abstraction layers |
| Namespace Provisioner | use-cases/namespace-provisioner | Build a multi-tenant namespace provisioner with profiles, motifs, and cross-namespace secret distribution |
| Test Anything | use-cases/custom-operator | Use ork e2e to verify Helm charts, third-party operators, and platform stacks |
ork init --pack registry-guide
ork init --pack from-controller-runtime
ork init --pack ecosystem-composition
ork init --pack use-cases/namespace-provisioner
ork init --pack use-cases/custom-operator