Deploying Kestra Open-Source Workflow Orchestration Platform on Ubuntu 24.04 (opens in new tab)
Kestra is an open-source workflow orchestration platform that runs YAML-defined pipelines on schedules, triggers, or events, with a web UI for managing executions, logs, and metadata. This guide deploys Kestra using Docker Compose with a PostgreSQL backend and Traefik handling automatic HTTPS. By the end, you'll have Kestra running a sample workflow with a SUCCESS execution at your domain. Set Up the Directory Structure 1. Create the project directories: $ mkdir -p ~/kestra/data/{postgres,kes...
Read the original article