kube fzf Cheatsheet | fuzzy searching of Kubernetes Pods

· 125 words · 1 minute read

kube-fzf is an opensource commandline tool to fuzzy search Kubernetes Pods.

Shell commands for command-line fuzzy searching of Kubernetes Pods.

Get pod details (from current namespace):

findpod

Get pod details (from all namespaces):

findpod -a

Describe a pod:

describepod

Tail pod logs:

tailpod

Exec into a pod’s container:

execpod shell_command

Port-forward a pod:

pfpod port_number

More commandline utilities dealing with Kubernetes: kubectl, kubens, kubeadm, kubetail and kubectx.

Read other similar software cheatsheets: fzf and sk .

I hope this post helps you. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , Facebook , Telegram and GitHub .

Share: