Installation¶
Requires Go 1.26 or later.
The binary is installed to your GOBIN directory (typically
$(go env GOPATH)/bin). Make sure that directory is on your PATH.
Requires brew installed.
Download a prebuilt binary for your platform from the releases page.
Extract the archive and place the klue binary somewhere on your PATH.
Verify the installation¶
You should see the release version, commit, build date, and platform details.
Command not found?
If your shell cannot find klue, add $(go env GOPATH)/bin to your PATH
or move the binary to a directory that is already listed.
Cluster access¶
klue needs read access to your Kubernetes API server. See Kubernetes access for how kubeconfig, context, and in-cluster credentials are resolved.
What's next?¶
- Install and verify
klue versionworks - Confirm
kubectlcan reach your cluster (same credentials klue will use) - Run your first diagnosis: why