Operations Overview
Audience
This page is for platform operators, SREs, security owners, and anyone responsible for install, upgrades, or troubleshooting.Goal and Scope
This page helps you understand:- the difference between bootstrap/install and formal runtime
- how authentication, authorization, and approval form one guardrail chain
- how logging, audit, and observability are separated
Core Concepts
- the binary entry handles bootstrap
- formal runtime depends on K3s + image-based services
- the control plane is stateless-first, with externalized state
- the security chain is
AuthN -> AuthZ -> Approval -> Execute -> Audit
Standard Workflow
- complete install/bootstrap
- transition into K3s formal runtime
- govern runtime risk through logs, audit, tasks, and approvals
CLI Examples
Web UI Path
- approval center
- task center
- platform health and logging views
Pitfalls / Risk Notes
- audit is not just another application log stream
- if critical state still depends on one process memory space, the formal runtime goal has not been achieved