-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
enhancementNew feature or requestNew feature or requestweb-uiIssues related to the user interface: layout, styling, usability, or UI-specific bugs.Issues related to the user interface: layout, styling, usability, or UI-specific bugs.
Description
Is your feature request related to a problem? Please describe
The idea is to add a new tab "Kubernetes" to vmui, hidden by default and enabled only via a flag (e.g. -vmui.enableKubernetesTab or similar).
Describe the solution you'd like
Kubernetes tab requirements:
- Variables / selectors: cluster (optional), namespace, pod, container (optionally node, workload if present).
- Use LogsQL and prefer _stream-based filters when possible for performance; document the expected field/label names (e.g.
kubernetes.namespace,kubernetes.pod_name,kubernetes.container_name).
Built-in views (as prebuilt queries users can copy/edit):
- Log rate over time (per namespace/pod/container)
- Error rate and top pods/containers by errors
- Top noisy pods/containers by log volume
- Quick "tail" / recent logs for selected pod/container
This is the initial idea, feel free to discuss and add more value.
Describe alternatives you've considered
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestweb-uiIssues related to the user interface: layout, styling, usability, or UI-specific bugs.Issues related to the user interface: layout, styling, usability, or UI-specific bugs.