Reference

Kubernetes resources

Role-owned workload assets and their runtime responsibilities.

Resource areaResponsibility
packages/agentos/runtime/kubernetes/baseShared StatefulSet and runtime container shape
packages/agentos/runtime/kubernetes/matePersistent-Mate specialization
packages/agentos/resources/roles/firstmate/kubernetesNamespace, service, identity, bindings and First-Mate patch
packages/agentos/resources/roles/secondmate/kubernetesPersistent domain-leader workload and identity
packages/agentos/resources/crewmates/default/kubernetesBounded worker workload and identity
database/kubernetes/cloudnative-pgMinimal optional self-hosted database operand
services/ai-gateway/kubernetesOptional 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