Getting Started
Welcome to the k8s-maestro getting started guide. This section will help you install, configure, and start using k8s-maestro.
Overview
k8s-maestro is a Kubernetes workflow orchestrator for Rust with a type-safe, high-level API. It allows you to create complex workflows with multiple steps, dependencies, and conditional execution.
Prerequisites
- Rust 1.70 or later
- Access to a Kubernetes cluster
- Basic knowledge of Kubernetes concepts
What You'll Learn
- How to install k8s-maestro
- Basic workflow concepts
- How to create your first workflow
- Common patterns and best practices