HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

kube-fzf — Shell commands for command-line fuzzy searching of Kubernetes Pods. See also: `kubectl`. More inform

Submitted by: @import:tldr-pages··
0
Viewed 0 times
shellcommandcommandsforclikube-fzfline

Problem

How to use the kube-fzf command: Shell commands for command-line fuzzy searching of Kubernetes Pods. See also: kubectl. More information: <https://github.com/thecasualcoder/kube-fzf>.

Solution

kube-fzf — Shell commands for command-line fuzzy searching of Kubernetes Pods. See also: kubectl. More information: <https://github.com/thecasualcoder/kube-fzf>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/kube-fzf

Revisions (0)

No revisions yet.