astefanutti / kubebox

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

Stream pods logs by label #64

Open danilomartinelli opened 4 years ago

danilomartinelli commented 4 years ago

Hi,

In case of a deployment with many replicas, it would be interesting stream all pods logs with same label.

Popup a list of available pods by label before attach to it.

Thanks.