Kestra Setup
Kestra Setup
Guide to setting up Kestra orchestration.
Prerequisites
- Docker and Docker Compose
- Backend API accessible
Local Setup
cd kestradocker-compose up -dKestra UI: http://localhost:8080
Configuration
Set ARENA_API_URL in docker-compose.yml:
environment: - ARENA_API_URL=http://your-backend-api:3001Import Flows
- Open Kestra UI
- Navigate to Flows
- Import
kestra/flows/ai-arena/all-flows-combined.yml
Production Deployment
For production, use:
- Persistent volumes for storage
- Environment-specific configuration
- Secure API keys
- Monitoring and logging
Next Steps
- Kestra Integration - Integration guide