Skip to content

Instantly share code, notes, and snippets.

@thapakazi
Created January 8, 2021 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thapakazi/f23113a0fbbbf5471c2dd7a482595764 to your computer and use it in GitHub Desktop.
Save thapakazi/f23113a0fbbbf5471c2dd7a482595764 to your computer and use it in GitHub Desktop.
k9s hot keys
hotKey:
# Hitting Shift-0 navigates to your pod view
shift-0:
shortCut: Shift-0
description: Viewing pods
command: pods
shift-9:
shortCut: Shift-9
description: View deployments
command: dp
shift-8:
shortCut: Shift-8
description: Viewing services
command: secrets
shift-7:
shortCut: Shift-7
description: Viewing namespaces
command: namespaces
shift-6:
shortCut: Shift-6
description: Viewing externalsecrets
command: externalsecrets
shift-5:
shortCut: Shift-5
description: Viewing services
command: services
shift-3:
shortCut: Shift-3
description: Viewing services
command: ingress
shift-2:
shortCut: Shift-2
description: Xray Deployments
command: xray deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment