Radar is an open source Kubernetes visibility and observability tool designed to simplify how developers and DevOps teams interact with their clusters by providing a fast, unified interface for monitoring resources, events, and system behavior in real time. It runs as a lightweight single binary that can be executed locally or deployed inside a cluster, requiring no agents, cloud accounts, or additional infrastructure, and ensuring that all data stays within the user’s environment. It aggregates critical Kubernetes information, such as topology, workloads, Helm releases, GitOps resources, traffic flows, and event timelines, into a single visual dashboard, allowing users to quickly understand relationships between components like deployments, services, and pods. It provides real-time updates directly from the Kubernetes API using watch-based mechanisms, enabling instant visibility into changes such as crashes, scaling events, or configuration updates without polling.