Resource Views
23 resource types, each with search, filtering, pagination, and live metrics.
Supported Resources
| Category | Resources |
|---|---|
| Workloads | Pods, Deployments, StatefulSets, DaemonSets, Jobs, CronJobs, ReplicaSets |
| Traffic | Services, Ingresses, Gateways, HTTPRoutes, EndpointSlices |
| Storage | PersistentVolumeClaims, PersistentVolumes, StorageClasses |
| Config | ConfigMaps, Secrets (keys only, never values), HPAs |
| Cluster | Nodes, Namespaces, Events, Roles, ClusterRoles, RoleBindings, ClusterRoleBindings |
Resource Detail Views
Each resource has a tabbed detail page at /:type/:namespace/:name. Available tabs vary by resource type:
- Overview — Key fields, status, conditions, labels, annotations
- YAML — Syntax-highlighted definition with copy/download/edit. Secrets redacted.
- Pods — For workloads (Deployments, StatefulSets, DaemonSets, Jobs)
- Logs — Pod and workload logs with container selector, tail lines (100/500/1000), 10s auto-refresh
- Containers — Container specs, env vars, ports, mounts (Pods only)
- Volumes — Volume mounts and claims (Pods only)
- Related — Parent and child resources from topology edges
- History — Revision history via ReplicaSets (Deployments) or ControllerRevisions (StatefulSets, DaemonSets)
- Events — Events filtered to the specific resource
- Monitor — SVG donut gauges for CPU/memory from Metrics Server
- Files — Exec-based file browser with directory navigation and content viewer
- Terminal — WebSocket-to-SPDY exec bridge with xterm.js