Documentation site for the KubeOrch platform — a visual drag-and-drop tool for designing and deploying Kubernetes workflows.
Live site: docs.kubeorch.dev
- Getting Started — Introduction and quickstart guide
- Architecture — Ecosystem overview, core backend, UI frontend, CLI, and data flow
- Guides — Cluster authentication, workflow lifecycle, importing projects
- API Reference — REST API, data models, and configuration
| Repository | Description |
|---|---|
| core | Go backend — REST API, K8s integration, workflow execution |
| ui | Next.js frontend — visual canvas, dashboard, real-time streaming |
| cli | Developer CLI — local environment orchestration via Docker Compose |
npm install
npm run devOpens at http://localhost:4321/.