Development Setup
The project is split into operator, server, web, chart, and documentation repositories. Set up only the repositories needed for your task.
Recommended Tools
- Go toolchain for operator and server.
- Node.js and pnpm for documentation and web.
- kubectl and Helm for local deployment.
- A Kubernetes test cluster.
Workflow
- Read repository-specific contribution notes.
- Create a small change.
- Run unit tests and lint.
- Update docs and API references when behavior changes.
- Validate with a local or test cluster when the change affects runtime behavior.