Skip to content

Development

The default dev stack is Docker Compose. See Getting Started:

just setup    # uv sync + docker compose up + zenml stack register
just build    # build model images for the local_docker orchestrator
just example  # run all pipelines

For production parity (kind cluster + helmfile, mirrors the EKS deployment), see Kubernetes Dev Stack.