snippetbashTip
kube-fzf — Shell commands for command-line fuzzy searching of Kubernetes Pods. See also: `kubectl`. More inform
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):
findpodGet pod details (from all namespaces):
findpod -aDescribe a pod:
describepodTail pod logs:
tailpodExec into a pod's container:
execpod {{shell_command}}Port-forward a pod:
pfpod {{port_number}}Code Snippets
Get pod details (from current namespace)
findpodGet pod details (from all namespaces)
findpod -aDescribe a pod
describepodTail pod logs
tailpodExec into a pod's container
execpod {{shell_command}}Context
tldr-pages: common/kube-fzf
Revisions (0)
No revisions yet.