Skip to main contentCrate orca_control
Source - api
- auth
- Bearer token authentication middleware for the API server.
- cluster_api
- API endpoints for multi-node cluster management.
- cluster_state
- Cluster-wide state backed by Raft consensus.
- deploy_history
- In-memory deploy history for rollback support.
- health
- Background health checker for service instances.
- proto
- Generated gRPC types from
proto/orca.proto. - raft
- Raft consensus layer for multi-node cluster coordination.
- reconciler
- Reconciler: ensures actual running containers/wasm instances match desired service config.
- scheduler
- state
- Shared application state for the control plane.
- store
- Persistent cluster store backed by redb.
- webhook
- Webhook handler for GitHub/Gitea/GitLab push events.
- run_server
- Start the orca control plane (API server).