headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

[Feature Request] Quick Search / Filtering #1891

Open beasteers opened 6 months ago

beasteers commented 6 months ago

As an alternative to kubernetes dashboard, Headlamp looks promising.

The features that I think are missing are:

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 commented 6 months ago

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!