[CAP-3826] Revamp the Kubernetes pods overview dashboard - #24590
Merged
AntoineEsteve merged 1 commit intoJul 20, 2026
Merged
Conversation
AntoineEsteve
force-pushed
the
antoine.esteve/cap-3826-revamp-kubernetes-pod-overview
branch
2 times, most recently
from
July 20, 2026 08:44
72d68ef to
d7cc09b
Compare
AntoineEsteve
force-pushed
the
antoine.esteve/cap-3826-revamp-kubernetes-pod-overview
branch
from
July 20, 2026 08:46
d7cc09b to
f1deba0
Compare
AntoineEsteve
marked this pull request as ready for review
July 20, 2026 08:53
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f1deba020b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
lavigne958
approved these changes
Jul 20, 2026
AntoineEsteve
enabled auto-merge
July 20, 2026 09:53
AAraKKe
approved these changes
Jul 20, 2026
Contributor
Validation ReportAll 21 validations passed. Show details
|
AntoineEsteve
deleted the
antoine.esteve/cap-3826-revamp-kubernetes-pod-overview
branch
July 20, 2026 13:24
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Modernizes the Kubernetes Pods Overview dashboard, which has not received a substantial update in a long time. The new dashboard provides clearer pod health, inventory, and resource utilization groups, and it introduces the pod list widget that was not available when the original dashboard was created. This PR should also help with large organisation, where many widgets would previously not load due to the number of series.
The dashboard definitions were validated successfully locally with
ddev validate dashboards kubernetes.Motivation
Bring the dashboard up to date with current Kubernetes monitoring capabilities and make pod troubleshooting more actionable, particularly by using the new pod list widget to surface pods requiring attention and CPU- or memory-intensive pods. This work is tracked in CAP-3826.
Review checklist (to be filled by reviewers)
Reviewers can explore a copy of the dashboard with live data on org2, and compare it with the previous version.
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged