Kubernetes-Native Controller
Runs in-cluster as a native controller. Works with any CRD regardless of API group. Continuous reconciliation with automatic drift detection.
kubectl get resourcegraphdefinitionsOne CRD, Simple Schema
Define everything in a ResourceGraphDefinition. Use SimpleSchema for concise, readable API schemas.
image: string | default=nginxCEL for everything
Common Expression Language for all computation. Type-safe, non-Turing-complete, validated at creation time. No arbitrary code execution.
${service.status.loadBalancer.ip}