Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Kubernetes "Explore" Dashboards #689

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from

Conversation

tomwilkie
Copy link
Member

This PR includes code to generate a series of interlinked dashboards that allow you to navigate your application's structure inside Kubernetes.

uLihNJBfqG.mp4

This is very much a prototype right now. I do not see this replacing the existing interlinked resource analysis dashboards, but rather complementing (and linking to) them. If we decide to go in this direction, we might want to combine this with the some of the existing dashboards (eg the persistent volumes one)

WDYT?

TODO

  • Add PersistentVolumes
  • Add metrics
  • Tighten up the dashboard layout a bit.
  • Template out various things in line with the rest of the mixin

Copy link
Contributor

@rgeyer rgeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few thoughts after working with, and committing to this for a bit.

My biggest consternation was with finding an entrypoint to using this.

dashboards/model/common.libsonnet Outdated Show resolved Hide resolved
@@ -0,0 +1,295 @@
{
// On record for each k8s kind.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I presume these written by hand? I don't expect the k8s object model to change much, just worth the mental note that this file will require maintenance when/if new object types are added.

This could also probably be extended to non-core CRDs at some point 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes hand written, and incomplete.

tomwilkie and others added 27 commits March 7, 2022 11:03
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Capturing this work with every intention to revert it, likely sooner-than-later.
The *actual* layout improvements will come from an enhanced and update grafonnet or similar
Copy link

This PR has been automatically marked as stale because it has not
had any activity in the past 30 days.

The next time this stale check runs, the stale label will be
removed if there is new activity. The issue will be closed in 7
days if there is no new activity.

Thank you for your contributions!

@github-actions github-actions bot added the stale label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants