云图梭云图梭
K

kestra

Apache-2.0Java

Event Driven Orchestration & Scheduling Platform for Mission Critical Applications

27kFork 3k更新于 2026-06-27

软件介绍

kestra 是一个开源项目。Open-source orchestration platform for data, AI, and infrastructure workflows。主要涉及 ai-agents、automation、control-plane、data-engineering、data-orchestration 等方向。README 覆盖了 🌟 What is Kestra?、📖 Table of Contents、🚀 Quick Start、Launch on AWS (CloudFormation) 等内容。云图梭建议在部署前阅读官方文档,确认版本、License 和生产环境配置要求。

核心功能

🚀 Quick Start
🧩 Plugin Ecosystem
📚 Key Concepts
🎨 Build Workflows Visually
🔧 Extensible and Developer-Friendly
🌐 Join the Community

适用场景

ai-agents 相关场景automation 相关场景control-plane 相关场景data-engineering 相关场景Docker 自托管部署

Docker 部署

docker run --pull=always -it -p 8080:8080 --user=root \
  --name kestra --restart=always \
  -v kestra_data:/app/storage \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /tmp:/tmp \
  kestra/kestra:latest server local

FAQ

kestra 是开源软件吗?

是。该项目提供 GitHub 仓库,当前 License 信息为 Apache-2.0。

kestra 适合 Docker 部署吗?

README 中提供了 Docker 相关命令,可参考官方示例进行部署: docker run --pull=always -it -p 8080:8080 --user=root \ --name kestra --restart=always \ -v kestra_data:/app/storage \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /tmp:/tmp \ kestra/kestra:latest server local