astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.14k stars 142 forks source link

filter/search for pods #89

Open brennantaylor opened 4 years ago

brennantaylor commented 4 years ago

Some of our namespaces (default really...) have a good number of pods running. It would be handle to do / + someString to be able to filter or jump to the view of pods.

astefanutti commented 4 years ago

Thanks a lot for the suggestion!

Our current plan for the next release, is to leverage the work we did for events in version 0.8.0, to support any kind of resources (including custom resources), and replace the pods view with a generic one, where you could filter the resources with the same filter mechanism we've developed for namespaces.

zhixiaoqiang commented 3 years ago

Thanks a lot for the suggestion!

Our current plan for the next release, is to leverage the work we did for events in version 0.8.0, to support any kind of resources (including custom resources), and replace the pods view with a generic one, where you could filter the resources with the same filter mechanism we've developed for namespaces.

When is expected to support this feature

astefanutti commented 3 years ago

Our current plan is to have it for the next 0.10.0 release.