Official Helm charts for Radar and Skyhook.
| Chart | Description |
|---|---|
radar |
Modern Kubernetes visibility tool. Multi-cluster topology, image filesystem viewer, Helm and GitOps management, built-in MCP server. |
radar-hub |
Radar Cloud control plane for self-hosted deployments. |
skyhook-connector |
In-cluster agent for the Skyhook platform. |
Helm must be installed to use these charts. See Helm's documentation to get started.
Add the repo:
helm repo add skyhook https://skyhook-io.github.io/helm-chartsIf you've already added the repo, refresh it to pick up new versions:
helm repo update
helm search repo skyhookhelm install radar skyhook/radarFor configuration options and in-cluster deployment guidance, see the Radar Helm chart README and the in-cluster deployment docs.
The radar-hub chart deploys the self-hosted control plane and web app. It requires a public URL, Postgres, TLS, a cookie-sealing secret, and an authentication method. Follow the self-hosted install guide for the complete values and first-cluster flow.
helm install skyhook-connector skyhook/skyhook-connectorhelm delete radar
helm delete skyhook-connector