DEV Community

Vadim
Vadim

Posted on

2 1

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

Top 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

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay