What Radar Shows
Topology: Kubernetes, Cilium, and Calico policy nodes appear in the topology graph with edges connecting them to the Deployments, StatefulSets, and DaemonSets they protect. Calico matching evaluates workload, namespace, and service-account selectors. Staged Calico policies use dashed edges and preview styling so they are not mistaken for enforced protection; a staged policy whosestagedAction is Delete or Ignore draws no edge at all, because promoting it would remove protection rather than add it.

Calico policy topology - enforced relationships use solid edges; staged previews use dashed edges

Policy Flow Diagram - visual representation of ingress and egress rules

Dashboard coverage separates enforced protection from the projected result of applying staged policies
- Endpoint selector targeting
- Ingress/egress rules with allow and deny semantics
- Cilium-specific entity selectors (world, cluster, host)
- CIDR rules, port/protocol specifications
- Related workloads with clickable links

CiliumNetworkPolicy Detail - endpoint selector, ingress deny from world, egress allow to cluster
- Flow diagram for ordered ingress and egress rules, including Allow, Deny, Log, and Pass actions
- Workload, namespace, and service-account selectors
- Tier, order, policy types, pre-DNAT, apply-on-forward, and do-not-track settings
- Calico entities, CIDRs, ports, protocols, HTTP matches, and ICMP matches
- Staged action and preview styling for staged policy variants


Enforced and staged policy flows - staged rules are explicitly marked as evaluated but not enforced
projectcalico.org and crd.projectcalico.org. A cluster
running the Calico API server serves the same stored policies under both, so each
policy appears once, identified by kind, namespace and name. The API group stays
part of resource navigation and authorization - it is what keeps Calico
NetworkPolicy distinct from Kubernetes networking.k8s.io NetworkPolicy - and
a policy is shown to anyone authorized to list it under either group, since
either grant is enough to read it.
Standard NetworkPolicy Detail View:
- Pod selector and namespace selector rules
- Ingress and egress rules with CIDR blocks, ports, and protocols
- Policy type indicators (Ingress, Egress, or both)
- Related resources showing protected workloads

Traffic View - dropped flow with POLICY_DENIED reason and selecting policy correlation