Installation Overview#
Learn how to install Stakater Cloud Orchestrator on your OpenShift cluster.
Installation Method#
SCO is installed using the ksp up command from the KubeStack+ CLI. Running ksp up locally with your kubeconfig configured bootstraps your OpenShift cluster with all required components.
The command takes two claim files:
-c— theKubeStackConfigclaim, applied first to generate environment configuration-f— theKubeStackPlusclaim, applied second to deploy the SCO platform
ksp up -f kubestack-plus-claim.yaml -c kubestack-config-claim.yaml
Installation Flow#
The ksp up command:
- Validates Prerequisites — Checks for required cluster capabilities (Crossplane, providers, functions, Argo CD)
- Installs Core Components — Deploys the composition framework and required operators
- Applies Config Claim — Installs the
KubeStackConfigclaim to configure the environment - Deploys SCO Platform — Installs the
KubeStackPlusclaim to bring up the SCO platform - Verifies Installation — Ensures all components are healthy and ready
Cluster Classification#
When you run ksp up, the command classifies your cluster and determines the appropriate action:
| Classification | Description | Behaviour |
|---|---|---|
| Greenfield | No SCO components present | Full installation from scratch |
| Valid Brownfield | All components present | Continues from the current state |
| Partial Brownfield | Some components present | Blocked — reports what is missing |
Supported Platform#
SCO is installed and supported on Red Hat OpenShift 4.14+ on bare metal.
What's Next?#
- Prerequisites - Check installation requirements
- OpenShift Installation - Step-by-step installation guide
- Configuration - Post-installation configuration