Documentation
Live reference for your running Orkestra operators. Select a CRD from the sidebar to view its documentation.
app-platform
A 5-CRD application platform operator. Manages the full application lifecycle using ReplicaSets (not Deployments), auto-rotating API keys, and ConfigMap distribution. Imports local motifs for structural patterns.
Author: orkspace · Version: 0.1.0
| CRD | State |
|---|---|
app-service |
healthy |
application |
healthy |
config-bundle |
healthy |
route |
healthy |
scale-policy |
healthy |
data-platform
A 10-CRD data platform operator. Manages the full data lifecycle: ingestion (Source, Dataset), processing (Pipeline, Transform, Schema), delivery (Sink), scheduling (Schedule, DataJob), and observability (Alert, Dashboard). Imports local motifs for worker pools and rotating credentials.
Author: orkspace · Version: 0.1.0
| CRD | State |
|---|---|
alert |
healthy |
dashboard |
healthy |
data-job |
healthy |
dataset |
healthy |
pipeline |
healthy |
schedule |
healthy |
schema |
healthy |
sink |
healthy |
source |
healthy |
transform |
healthy |
hello-website
The canonical Orkestra operator. One CRD, one Deployment, one Service.
Author: orkspace · Version: 0.1.0
| CRD | State |
|---|---|
website |
healthy |
network-suite
A 7-CRD networking suite operator. Manages traffic routing, ReplicaSet-backed compute, health monitoring, rate limiting with rotating keys, circuit breaking, and self-signed TLS certificate generation. Imports local motifs for structural patterns — keeping each CRD entry focused on its domain logic only.
Author: orkspace · Version: 0.1.0
| CRD | State |
|---|---|
backend |
healthy |
circuit-breaker |
healthy |
health-check |
healthy |
rate-limit |
healthy |
tls-policy |
healthy |
traffic-policy |
healthy |
virtual-service |
healthy |
secret-distribution
Demonstrates built-in kind enrichment and cross-namespace secret distribution. Orkestra watches the SecretDistribution CRD and copies a named Secret from a source namespace into every target namespace declared in the CR.
Author: orkspace · Version: 0.1.0
| CRD | State |
|---|---|
secret-distribution |
healthy |
website-with-serviceaccount
Adds a ServiceAccount to the website operator. The Deployment uses it immediately via serviceAccountName.
Author: orkspace · Version: 0.1.0
| CRD | State |
|---|---|
website |
healthy |