We're building a Kubernetes-native developer platform where developers work inside per-user VS Code instances
(code-server pods). We want to give users the ability to run their dev/test workloads as OCI containers directly from their IDE terminal — mimicking local dev experience but leveraging the cluster.
What we're building:
- A Rust microservice (oci-engine) that acts as our API layer — exposes GraphQL to our frontend and a CLI tool (devtest)
Arch. we are looking to do.
devtest CLI (Rust) → oci-engine (Rust, GraphQL) → Dagger Engine (DaemonSet)
we have few questions we look to get answered if possible ( really appreciate the hospitality)