Skip to main content

Kube Resource Orchestrator

Build declarative, secure, and verifiable Kubernetes abstractions.

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 resourcegraphdefinitions

One CRD, Simple Schema

Define everything in a ResourceGraphDefinition. Use SimpleSchema for concise, readable API schemas.

image: string | default=nginx

CEL 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}

Brought to you with ♥ by SIG Cloud Provider