mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 10:15:53 +02:00
kube-fzf: add page (#2536)
This commit is contained in:
parent
aaf385d71b
commit
2354d4304a
1 changed files with 28 additions and 0 deletions
28
pages/common/kube-fzf.md
Normal file
28
pages/common/kube-fzf.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue