DEV Community

Vadim
Vadim

Posted on

K — exec into your Kubernetes pod easily

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:
asciicast

Latest comments (1)

Collapse
 
dineshba profile image
Dinesh B

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