Deploy your first Pro DAG
Take a DAG from Lite to a Kubernetes control plane — your first Pro deployment.
Running Leoflow in production: promotion from Lite to Pro, the deploy pipeline, and the day-2 operations that keep a control plane healthy.
Take a DAG from Lite to a Kubernetes control plane — your first Pro deployment.
Every gate leoflow deploy/push enforces — the exact error, why it exists, and the fix.
Build, push and register DAGs from CI — GitHub Actions, GitLab CI, Cloud Build.
Install and configure the Leoflow Pro control plane on Kubernetes with the official Helm chart.
Upgrade a Leoflow control plane safely, edition by edition.
Back up and restore Leoflow state — metadata, secrets, and logs.
Obtain a token, trigger a DAG run with conf over the REST API, and poll it — the raw-HTTP path for an external integrator.
Reach credentials that live in your cloud secret store or Vault from task pods — keyless first, then External Secrets Operator or a mounted Kubernetes Secret — without duplicating them in Leoflow.
Diagnose DAG, scheduler and executor problems; where the logs and signals live.
How the scheduler survives restarts, leader loss and partial failure.
Cut task start latency with pre-warmed worker pods.
How declared secrets reach the in-container agent, and the trust boundary.
Terminate TLS on the Pro control plane with cert-manager.
The ephemeral per-run volume that shares large data between tasks.