Skip to content

Installation

Requires Go 1.26 or later.

go install github.com/gabor-boros/klue@latest

The binary is installed to your GOBIN directory (typically $(go env GOPATH)/bin). Make sure that directory is on your PATH.

Requires brew installed.

brew install --cask gabor-boros/brew/klue

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

klue version

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 version works
  • Confirm kubectl can reach your cluster (same credentials klue will use)
  • Run your first diagnosis: why