Skip to content

Network

Network visualizes how traffic actually flows through your cluster — and, optionally, the cloud network underneath it.


What it shows

  • Topology DAG — Ingress → Service → Pod, with SVG bezier edges and hover adjacency glow
  • Endpoint health scoring and an issues bar for anything misconfigured
  • ☁ Cloud toggle — VPC/VNet and subnet cards with IP utilization bars, auto-detected from node providerID (AWS, GCP, or Azure)
  • Bandwidth — per-pod network traffic via Prometheus, or cloud-provider network metrics if credentials are configured. No Prometheus? Pod bandwidth trend charts are also available with zero setup in Metrics → Built-in via the opt-in kubelet cadvisor scrape (metrics.kubeletScrape.enabled).

How to get there

Click Network in the sidebar (OBSERVE group).


Key actions

  • Click any node (Ingress, Service, Pod) to open its detail panel
  • Flip the ☁ Cloud toggle to overlay VPC/subnet cards — requires cloud credentials configured in Admin → Cloud
  • Check the issues bar first when troubleshooting connectivity — it surfaces endpoint mismatches before you have to read the graph

The topology auto-refreshes every 15 seconds.


Screenshots coming

A walkthrough of the topology DAG and the Cloud overlay will be added here in a follow-up pass.