The Krateo Core Provider is the foundation of Krateo Composable Operations (KCO). It enables the management of Helm charts as Kubernetes-native resources by automating versioned CRD generation, strict JSON schema validation, and fine-grained RBAC isolation.
- Dynamic CRD Generation: Automatically creates and manages versioned CRDs from Helm chart schemas.
- Schema-Driven Validation: Enforces strict input validation at the API level.
- Orchestration: Manages the lifecycle of Composition Dynamic Controllers (CDCs).
- Least-Privilege Access: Supports the generation of fine-grained RBAC policies for managed compositions.
- Validated Deployments: Integrates with the Krateo Chart Inspector to perform dry-runs and validation before deployment.
helm repo add krateo https://charts.krateo.io
helm repo update
helm install krateo-core-provider krateo/core-provider --namespace krateo-system --create-namespaceFor detailed guides, architecture diagrams, and full reference, visit the official documentation: