astefanutti / kubebox

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

Exec into specific container #62

Closed lduparc closed 4 years ago

lduparc commented 5 years ago

Hi,

In case of multiple container for a pod, it would be interesting to attach to a specific container instead of the default one (the first).

Popup a list of available container (if more than one) before attach to it.

Thanks

astefanutti commented 5 years ago

That relates to #13 for logs. Ideally we should design a consistent way to select containers.

astefanutti commented 4 years ago

As a poor-man solution, 60184b1b48661aafc544e88b43cdcf6cdecbaf4b uses the same container selection mechanism than the log widget.

Let me close this and follow-up on #13 to improve the overall user experience.