Skip to main content

Using Infrastructure Topology

The Infrastructure page provides a comprehensive view of your Kubernetes cluster topology - showing all resources, their relationships, and health status in multiple visualization modes.
Infrastructure topology page

Overview

What you see:
  • Total Resources: Complete count across all namespaces
  • Namespaces: Number of namespaces
  • Healthy Resources: How many are running correctly
  • Resource Table: Detailed list of all resources

View Modes

  • Table View
  • Graph View
  • Tree View
  • Dashboard View
Best for: Quick scanning and filteringShows: Name, Type, Namespace, Status, Actions

Resource Types

TypeWhat It IsExample
NodePhysical/VM machineskind-control-plane
PodRunning containersnginx-7d8b49-xyz
DeploymentManaged pod setsapi-gateway
ReplicaSetPod version controlapi-gateway-7d8b49
ServiceNetwork endpointskubernetes, kube-dns

Filtering Resources

Search box: Type pod name, namespace, or resource type View filters:
  • By resource type (Pods, Deployments, etc.)
  • By namespace
  • By status (Running, Pending, Failed)
Quick actions:
  • Click “View” on any resource for details
  • Filter to show only unhealthy resources

Use Cases

Find Failing Pods

  1. Click Table view
  2. Sort by Status
  3. Look for CrashLoopBackOff, ImagePullBackOff

Understand Dependencies

  1. Click Graph view
  2. Select a service
  3. See all connected pods

Namespace Overview

  1. Filter by namespace (e.g., production)
  2. See all resources in that namespace

What You Learned

✅ Multiple view modes
✅ Resource types
✅ Filtering and search
✅ Quick actions

Next: Using Agents

I