Python Scripts Workflows on Kubernetes
Manage your workflows for Python and Jupyter Notebook scripts with autodeployment on Kubernetes
- Manage teams and their resource quotas
- Upload scripts and control their versions
- Create and manage tasks by setting
- base Docker image
- running script
- time deadline
- cpu and ram usage
- maximum retries on failure
- dependencies on other tasks
- cron scheduling
- Control workflow execution on DAG with real-time status updates
- Get tasks workloads and download their logs and artifacts
- Analyze cpu and ram usage by workflow or team namespace on time interval
- Analyze tasks duration and average time on specified time interval
- Analyze tasks overlap and identify bottlenecks on Gantt chart
For UI screenshots visit https://github.com/b1nd/flowernetes_web
For system ci/cd deployment visit https://github.com/b1nd/flowernetes_devops