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

[Feature Request] Quick Search / Filtering #1891

Open
beasteers opened this issue Apr 3, 2024 · 1 comment
Open

[Feature Request] Quick Search / Filtering #1891

beasteers opened this issue Apr 3, 2024 · 1 comment

Comments

@beasteers
Copy link

beasteers commented Apr 3, 2024

As an alternative to kubernetes dashboard, Headlamp looks promising.

The features that I think are missing are:

  • search across all resources (like the k8s dashboard) - a big search bar in the app header possibly with a filter interface (or filter language)
  • Be able to click on the "FAILED" part of the donut chart and show the failed resources (!!!)
    • this is the missing feature that made me start looking for alts in the first place
    • this could even be implemented as a link to a search filter (e.g. type:pod status:Error)
  • swipe left to go back (like in the browser)

This is more of a wish, but it would also be great if there was a way to hijack a container in a crashloop and open a shell. This usually doesn't work so you have to redeploy with sleep infinity as an entrypoint/command if you want to be able to SSH into the container. I saw both the exec and attach actions and it got me hopeful about that feature.

@illume
Copy link
Contributor

illume commented Apr 3, 2024

Hi.

thank you for the suggestions.

Yes the search feature is a good idea. Thanks for bringing it up. We had a plan to introduce a command pallet style search I think. But we first want to finish off the aggregated cluster support. We will come back to you on this, I want to check with the designs and see when/if it will be scheduled to be done.

There was a discussion in another pr about search filter syntax like you mention. It would be pretty nice to work over all the resources like that.

Regarding the swipe back… I hadn’t noticed that wasn’t working in the app version of headlamp. Will have to look into it.

The crash loop feature sounds useful. So, I guess you’d need to copy the config and add that sleep in as you mention. Or maybe there’s some other way to do it. Hrmm.

cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants