Detail for the README feature list. Features documented elsewhere link straight to their own page.
Hovering a resource type in the resource-type list pins a summary band at the bottom of the children pane, like the resource-usage footer. It always shows the resource count.
Kinds with a health signal add a colored status rollup: ArgoCD Application health and sync, Pod phase, workload ready ratios, Node readiness, Namespace / PV / PVC phase, and Flux and cert-manager Ready. Any other kind that surfaces a .status.phase or .status.conditions gets a generic rollup, so you can confirm a whole list is healthy without drilling in.
Ctrl+K opens a bordered pane beside the YAML viewer and the Object Explorer with the cluster's own description of the field under the cursor. It follows the cursor, reads the connected cluster so CRDs resolve like built-in kinds, and caches what it reads.
Running is green, Pending yellow, Failed red. The same rule applies to CRD printer-column values: recognized status words (Active, Failed, Pending, ...) take their severity color, and True/False values follow the column's polarity, so Established=False is red and Failed=False is green.
The cluster dashboard shows CPU and memory as color-coded bars.
The : bar drops a vertical suggestion list under the input. Value positions (namespace, context, resource name, option, column, format) accept fuzzy matches. Command names match on prefix only. kubectl commands complete flags and namespaces.
a opens the create-from-template picker with more than 25 built-in templates plus your own. A Custom Resource template is included as a starting point for CRDs. See config-reference.md for the file rules and keybindings.md for the picker keys.
x -> T strips a live object down to a manifest you can apply. On top of the server-set fields listed in keybindings.md, the export also drops nodeName, clusterIP, and the injected service-account token volume.
Browse Applications, sync, terminate a running sync, and refresh. With rows multi-selected, x also offers bulk sync and bulk refresh. Per-Application keys are in keybindings.md.
Suspend and resume Workflows, stop or terminate them, and resubmit them. Submit a new Workflow from a WorkflowTemplate. Suspend and resume CronWorkflows.
Pause and unpause ScaledObjects and ScaledJobs.
Force a refresh of ExternalSecrets, ClusterExternalSecrets, and PushSecrets.
Exec and shell sessions run in an embedded PTY by default. A session keeps running in the background when you switch tabs, so you can leave it and come back. Ctrl+T cycles the mode, see config-reference.md.