Single Rust Platform
One Cargo workspace of 12 Rust services — axum REST, tonic gRPC, sqlx/PostgreSQL — deployed via Helm only.
- Replaces a Python/Go/Node.js stack and a Celery-based queue with Valkey/Redis Streams consumer groups for reliable, at-least-once job delivery.
- Every REST API is versioned under /api/v1/* and publishes a generated OpenAPI 3.x spec via utoipa — never hand-written.
- Deployment is Helm → Kubernetes only, in every environment including local development — there is no Docker Compose path in v2.0.
- Every Helm chart ships a CiliumNetworkPolicy (default-deny, port-scoped) and a Tetragon TracingPolicy enforcing an allowlist of runtime binaries.