-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.21
-
None
Several Kubernetes workload resources that use pod selectors are missing the Pod Selector column in their list views, creating an inconsistent user experience. While these resources display pod selectors in their detail
pages, users cannot see or click pod selectors directly from the search/list view.
Affected Resources
- Service
- ReplicaSet
- Job
- ReplicationController
Current Behavior
- Users can see pod selectors in the Details tab of these resources
- Pod selectors are NOT visible in the list/search table views
- Users cannot click pod selectors to navigate to matching pods from the list view
Expected Behavior
- Pod Selector column should be displayed in list/search tables (similar to Service, Deployment, StatefulSet, DaemonSet, and DeploymentConfig)
- Pod selectors should be clickable links that navigate to /search/ns/<namespace>?kind=Pod&q=<selector> with the appropriate label filters applied
Inconsistency
Other workload resources already have clickable Pod Selector columns in their list views:
- ✅ Deployment
- ✅ StatefulSet
- ✅ DaemonSet
- ✅ DeploymentConfig
Impact
- Usability: Users must navigate to detail pages to see pod selectors instead of seeing them at a glance in list views
- Workflow inefficiency: Cannot quickly navigate from resource list to filtered pods with a single click
- Inconsistent UX: Different workload types behave differently without clear reasoning