You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kubernetes-native workflow runtime for batch DAGs and streaming pipelines.
BubuStack is an open-source toolkit for declarative, composable workflows on Kubernetes. Define workflows as CRDs, review and promote them through pull requests, and run them with durable execution semantics for batch automation and streaming workloads.
Why BubuStack
GitOps-native - Workflows are CRDs. Version, review, and promote them through pull requests like any other infrastructure.
Durable execution - StoryRun and StepRun resources give you retries, timeouts, status, and observability at the workflow level.
Composable building blocks - Reusable Engrams (tasks) and Impulses (triggers) let you package common behavior without coupling everything into one controller.
Batch + streaming in one model - Use the same Story abstraction for DAG-style batch jobs and transport-backed streaming pipelines.
Quickstart
For fresh cluster setup, cert-manager, storage, Helm installation, and the
first example, start with the website quickstart: