Working with resources

Storage & RBAC

Persistent Volume Claims

The PVC list shows status (Bound / Pending / Lost), capacity, storage class, and access modes. Detail view shows the bound PV (if any), the requested storage, and the pods that mount this PVC.

Persistent Volumes

Cluster-scoped - visible only in All Namespaces. Shows capacity, phase (Bound / Available / Released / Failed), reclaim policy, storage class, and access modes.

Storage Classes

Cluster-scoped. Shows provisioner, binding mode, reclaim policy, and whether volume expansion is allowed.

Service Accounts

Detail view shows:

  • Number of associated secrets
  • Whether token automount is enabled / disabled
  • Backing pods (every pod in the namespace running with this SA)
  • RBAC links - every Role or ClusterRole granted via RoleBindings / ClusterRoleBindings

For AWS clusters, IRSA-annotated service accounts (eks.amazonaws.com/role-arn) show the IAM role name in the dependency graph.

Roles & ClusterRoles

The Roles list shows the namespace and rule count. The detail view renders each rule as its own card showing API Groups, Verbs, Resources and Resource Names - or Non-Resource URLs + Verbs for non-resource rules.

ClusterRoles are cluster-scoped (visible only in All Namespaces).

RoleBindings & ClusterRoleBindings

Detail view shows the role kind and name, plus the bound subjects (users, groups, service accounts). Cluster-scoped bindings are visible only in All Namespaces.

Pod Disruption Budgets

Detail view shows healthy / desired / disruptions allowed / expected pods as status tiles, plus the affected pods (matching the selector).

Events

The Events page shows cluster-wide events sorted by last seen. Type column distinguishes Normal from Warning (orange tinted). The Reason column is sortable.

Click an event for full detail - message, count, first/last seen, and the involved object. Events for a specific resource are auto-pulled in the Events tab on Deployment detail views.