KubeBolt / docs
GitHub

Cluster Map

Interactive topology visualization of resource relationships.

Layout Modes

In both modes, namespace regions are arranged in a grid of up to 3 columns. Regions are ReactFlow group nodes with child resource nodes.

Relationship Detection

RelationshipDetection MethodEdge Type
Deployment → ReplicaSet → PodownerReferences chainowns
Service → PodsLabel selector matchingselects
Ingress → Servicespec.rules.http.paths.backendroutes
Gateway → HTTPRouteHTTPRoute spec.parentRefsroutes
HTTPRoute → Servicespec.rules.backendRefsroutes
HPA → Deploymentspec.scaleTargetRefhpa
Pod → PVCspec.volumes.persistentVolumeClaimmounts
PVC → PVspec.volumeNamebound
Pod → ConfigMap/Secretvolumes + envFrommounts / envFrom