support shell into pod/container
Is your feature request related to a problem? Please describe.
In k9s, you can type s to get container shell when checking pod's containers.
Is there similar functionality in kdash?
Describe the solution you'd like Be able to have a key to get container shell.
Describe alternatives you've considered
Copy the pod/container name and use the kubectl myself.
Not yet. This would be nice to have but needs to be implemented
On Thu, 23 Jun 2022, 7:03 am Chiu-Hsiang Hsu, @.***> wrote:
Is your feature request related to a problem? Please describe. In k9s, you can type s to get container shell when checking pod's containers. Is there similar functionality in kdash?
Describe the solution you'd like Be able to have a key to get container shell.
Describe alternatives you've considered Copy the pod/container name and use the kubectl myself.
— Reply to this email directly, view it on GitHub https://github.com/kdash-rs/kdash/issues/213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIOKF7M7NBHMCIKKAIYOPLVQPVZ5ANCNFSM5ZS6KVIQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi @deepu105 if someone can guide me, I would like to pick this up! I am a beginner in rust though.
I can help let me know what you need
O)ne way would be to use https://github.com/a-kenji/tui-term to render a shell inside KDash which starts with sh into the pod