kube-fzf: add page (#2536)

This commit is contained in:
Nithya
2018-11-12 07:07:37 +05:30
committed by Muhammad Falak R Wani
parent aaf385d71b
commit 2354d4304a

28
pages/common/kube-fzf.md Normal file
View File

@@ -0,0 +1,28 @@
# kube-fzf
> Shell commands for command line fuzzy searching of Kubernetes Pods.
> See also `kubectl` for related commands.
- 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}}`