Commands¶
klue is invoked as klue <command> [flags].
Persistent (global) flags apply to all subcommands. See Flags for the full reference.
Command summary¶
klue- Root command. Running
kluewithout a subcommand prints help. klue version- Print build metadata (version, commit, build date, Go version, OS/arch).
klue why <resource> <name>- Diagnose why a Kubernetes resource is unhealthy.
klue¶
klue version¶
Arguments: none
klue why¶
Explain why a Kubernetes resource is unhealthy.
Arguments: <resource> <name> (exactly two)
<resource>— kind, plural resource name, or alias (for examplepod,pods,deploy,certificate)<name>— object name in the target namespace (or cluster-wide for cluster-scoped kinds)
See why for resource token resolution, examples, and the diagnosis pipeline. Command-specific flags are listed in Flags.