koderover/zadig

[feature] feature request for pod search

Opened this issue · 5 comments

xg0719 commented

Is your feature request related to a problem? Please describe.
[A clear and concise description of what the problem is. Ex. I'm always frustrated when ... ]

当业务pod数量多,如50个副本以上的时候,在前端挨个找是极其不方便的,为了查看具体pod问题,这时候用户就又回到kubectl模式了,建议加上检索功能

Describe the feature you'd like
[A clear and concise description of what you want to happen.]

建议在该页面新增检索功能,方便用户找到具体pod,然后进入pod debug 、看logs
zht23pJtJg

Describe alternatives you've considered
[A clear and concise description of any alternative solutions or features you've considered.]

Additional context
[Add any other context or screenshots about the feature request here.]

I have different opinion, if the pod not works well, the color or the grid is different, it is easy to distinguish

image

PS: the title is changed to feature request for pod search, please be noted

xg0719 commented

非running状态的pod 很容易发现,
很多时候pod状态是running的,但是有异常报错,用户需要进入pod debug

so, if no Zadig, how do you figure out the target Pod ? using kubectl command ?

非running状态的pod 很容易发现,
很多时候pod状态是running的,但是有异常报错,用户需要进入pod debug

你想通过什么来做检索? @xg0719

xg0719 commented

用户需要进入pod debug
类似阿里云ack前端,提供pod搜索能力,要不然用户就只能使用kubectl进入pod了