Reference
Kubernetes resources
Role-owned workload assets and their runtime responsibilities.
| Resource area | Responsibility |
|---|---|
packages/agentos/runtime/kubernetes/base | Shared StatefulSet and runtime container shape |
packages/agentos/runtime/kubernetes/mate | Persistent-Mate specialization |
packages/agentos/resources/roles/firstmate/kubernetes | Namespace, service, identity, bindings and First-Mate patch |
packages/agentos/resources/roles/secondmate/kubernetes | Persistent domain-leader workload and identity |
packages/agentos/resources/crewmates/default/kubernetes | Bounded worker workload and identity |
database/kubernetes/cloudnative-pg | Minimal optional self-hosted database operand |
services/ai-gateway/kubernetes | Optional gateway Service, StatefulSet and NetworkPolicy |
Kustomize composes the reviewed resources; documentation does not reproduce complete manifests. Render before apply and inspect the result against the target cluster.
The minimal self-hosted database shape is one instance with no reviewed HA or backup policy. The database Skill discovers compatible current CloudNativePG and PostgreSQL releases; those external versions are not encoded as AgentOS release metadata.
First Mate’s cluster-admin overlay is explicit and separately approved. Base ServiceAccounts do not imply universal runtime control.
Last updated on