Documentation
How it works, in the order you meet it.
Install locally, deploy one shared cluster, then work through each product area.
Install
One script per platform, with the checksums verified before anything is written.
First run
What the process prints, how you reach it, and when it stops on its own.
Kubeconfigs and contexts
Files are referenced where they already are. Nothing is copied, and nothing is merged.
Browsing and editing
One informer-backed view per resource type, and an inspect drawer that edits the live object.
Shells, logs and forwards
Exec, ephemeral debug containers, a node shell that is off until you ask for it, and port-forwards that survive navigation.
Helm
Releases read from Helm's own storage, upgrades behind a rendered diff, and a guardrail where Flux owns the release.
GitOps
Flux and Argo CD side by side, with the graph drawn from what manages what.
Metrics
Current usage from metrics-server, history from Prometheus, and an honest fallback when there is no Prometheus to ask.
Cluster checks
128 checks over security, reliability and efficiency, decided against the live cluster.
Cluster mode
Preview: serve one cluster to a team through OIDC or an authenticated proxy.
Command line
Every flag, the environment variable that sets it, and its default.
Security model
The separate trust boundaries for local use and a shared in-cluster deployment.
Troubleshooting
The things that usually turn out to be missing.