Created
January 8, 2021 06:53
-
-
Save thapakazi/f23113a0fbbbf5471c2dd7a482595764 to your computer and use it in GitHub Desktop.
k9s hot keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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