Skip to content

Drilldown

Drilldown lets you navigate from any resource into its related resources — from a Deployment into its ReplicaSets, from a Namespace into its Workloads, from a ConfigMap into the Deployments that reference it. The action bar shows context-aware buttons whose labels change based on what you're viewing, so you always know where you'll land.

How It Works

  1. Select a resource in the table
  2. Drilldown buttons appear in the action bar (alongside Scale, Delete, etc.)
  3. Click a button — the table reloads showing only the related resources
  4. Breadcrumbs update to show your path (e.g., Deployments > my-app > ReplicaSets)
  5. Navigate back with ⌘[ (macOS) / Ctrl+[ (Windows/Linux) or click a breadcrumb level

Drilldown automatically sets up the correct filters — no manual filtering needed. You can drill multiple levels deep.

Deployments → ReplicaSets → Pods

The most common path. Select a Deployment to see its ReplicaSets, then drill further into individual Pods.

Navigate back through breadcrumbs to return to any previous level:


DaemonSets → Pods


Jobs → Pods


Nodes → Pods

See all Pods running on a specific Node.


Namespaces → Workloads

Namespaces offer the richest drilldown — the primary action shows Workloads, with context actions for Deployments (⇧D), Services (⇧S), ConfigMaps (⇧C), and Secrets (⇧K).


Services → Pods


Kustomizations → Managed Resources

See all Kubernetes resources deployed by a Flux Kustomization.


ConfigMaps → Deployments

Reverse lookup — find all Deployments that reference a specific ConfigMap.


CRDs → Custom Resource Instances

Drill into any Custom Resource Definition to see its instances.


Quick Reference

FromPrimary drilldownContext actions
NamespacesWorkloadsDeployments (⇧D), Services (⇧S), ConfigMaps (⇧C), Secrets (⇧K)
DeploymentsReplicaSets
StatefulSets / DaemonSets / JobsPods
ReplicaSetsPods
NodesPods
ServicesPods
ConfigMapsDeployments (reverse lookup)
HelmReleasesManaged resourcesHistory (H)
KustomizationsManaged resources
CRDsCustom resource instances
ArgoCD ApplicationsManaged resources

Keyboard Shortcuts

ActionmacOSWindows/Linux
Go back⌘[Ctrl+[
Drilldown (primary)Action barAction bar
Namespace → Deployments⇧DShift+D
Namespace → Services⇧SShift+S
Namespace → ConfigMaps⇧CShift+C
Namespace → Secrets⇧KShift+K
Helm → HistoryHH