Переключить контекст k9s
Запустить k9s с конкретным контекстом kubeconfig
k9s --context my-cluster
more k9s
all 21 commands →
k9s — просмотр типа ресурса
:pod
# or :svc :deployment :helmreleases :kustomizations
k9s — фильтровать ресурсы
/pattern
# Press '/' then type filter string, Esc to clear
k9s — describe ресурса
d
# Press 'd' on selected resource to view describe output
k9s — логи пода
l
# Press 'l' on a pod; '0' for all containers, 'w' to wrap
k9s — шелл в под
s
# Press 's' on a pod to open a shell (uses first container)