Launch k9s with context k9s
Open k9s using a specific kubeconfig context
k9s --context <context>
more k9s
all 21 commands →
k9s — view resource type
# In k9s press ':' then type 'helmreleases' or 'kustomizations'
k9s — filter resources
# In k9s press '/' to filter by name pattern
k9s — describe resource
# In k9s press 'd' on selected resource
k9s — logs of pod
# In k9s press 'l' on a pod
k9s — shell into pod
# In k9s press 's' on a pod