k8s-maestro-integrator
Installation
SKILL.md
k8s-maestro Integration Guide
This skill helps you integrate k8s-maestro into your Rust projects and build production-ready Kubernetes workflows.
Core Concepts
When to Use Different Resource Types
Use Kubernetes Jobs when:
- One-time or batch processing tasks
- ETL pipelines that run to completion
- Data processing jobs with defined start and end
- Scheduled tasks (cron jobs)
- Parallel processing of independent tasks