Download
Get Spyglass
Grab a standalone binary, the signed container image, or the Helm chart. Viewing your cluster is free — a free key unlocks changes.
macOS · Apple Silicon spyglass-darwin-arm64 36.8 MB macOS · Intel spyglass-darwin-amd64 39.0 MB Linux · x86-64 spyglass-linux-amd64 38.1 MB Linux · ARM64 spyglass-linux-arm64 35.7 MB Windows · x86-64 spyglass-windows-amd64.exe 39.0 MB
Verify your download against SHA256SUMS:
shasum -a 256 -c SHA256SUMS --ignore-missing
After downloading, make it executable and run it against your kubeconfig:
chmod +x spyglass-* && ./spyglass-* remotecluster
# then open http://localhost:8081 Release notes
Spyglass v0.2.0 **Container image:** `ghcr.io/unishsys/spyglass:0.2.0` **Helm chart:** `oci://ghcr.io/unishsys/charts/spyglass` (`--version 0.2.0`) Download the binary for your platform below and verify it against `SHA256SUMS`. See the README for installation and registration instructions.
4 binary downloads this release.
Container image
Multi-arch, SBOM + provenance, cosign-signed. Run it locally with your kubeconfig mounted:
docker run --rm -p 8081:8081 \ -v "$HOME/.kube/config:/home/nonroot/.kube/config:ro" \ ghcr.io/unishsys/spyglass:0.2.0 remotecluster
Helm chart
OCI chart with RBAC and token auth configured. Installs into your cluster:
helm upgrade --install spyglass oci://ghcr.io/unishsys/charts/spyglass \ --namespace spyglass --create-namespace \ --version 0.2.0