Hey!
Let me introduce you a tiny and a simple tool — k.
That thing can be quite useful if you use Kubernetes and kubectl with several contexts to access your pods.
That tool just only writes several commands for you, giving you simple interface via fzf. So you can exec into your pod just by entering "k" and hit Enter several times.
Little asciinema that shows full functionality and how it can save your time:
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
I use kube-fzf tool to achieve the same
https://github.com/thecasualcoder/kube-fzf#execpod-1
. Other than exec, we can do lot more with kube-fzf tool