Open
Description
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.