Edit resource YAML k9s
Open the resource YAML for editing in k9s
e (on selected resource)
more k9s
all 21 commands →
Switch context
k9s --context my-cluster
k9s — view resource type
:pod
# or :svc :deployment :helmreleases :kustomizations
k9s — filter resources
/pattern
# Press '/' then type filter string, Esc to clear
k9s — describe resource
d
# Press 'd' on selected resource to view describe output
k9s — logs of pod
l
# Press 'l' on a pod; '0' for all containers, 'w' to wrap