| Shortcut | Action |
|---|
⌘K / Ctrl+K | Open command palette |
⌘N / Ctrl+N | Create a resource from the global YAML dialog |
⌘⇧K / Ctrl+⇧K | Open the fleet cluster switcher |
⌘I / Ctrl+I | Toggle operator spotlight |
⌘` | Toggle terminal panel |
? | Toggle keyboard shortcuts |
k9s-style colon commands work in the command palette:
| Command | Action |
|---|
:pod | Jump to Pods |
:deploy | Jump to Deployments |
:svc | Jump to Services |
:sts | Jump to StatefulSets |
:ds | Jump to DaemonSets |
:job | Jump to Jobs |
:cj | Jump to CronJobs |
:cm | Jump to ConfigMaps |
:secret | Jump to Secrets |
:ing | Jump to Ingresses |
:ns | Switch namespace |
:ctx | Switch cluster context |
:node | Jump to Nodes |
:pv | Jump to PersistentVolumes |
:pvc | Jump to PersistentVolumeClaims |
:sa | Jump to ServiceAccounts |
:role | Jump to Roles |
:cr | Jump to ClusterRoles |
:q | Close current panel |
| Shortcut | Action |
|---|
⌘T | New terminal tab |
⌘W | Close current tab |
⌘⇧[ / ⌘⇧] | Previous / next terminal tab |
1–9 | Switch to tab N on tabbed pages |
⌘D | Split horizontal |
⌘⇧D | Split vertical |
⌘⇧Enter | Zoom/unzoom pane |
Ctrl+H/J/K/L | Vim-style pane navigation |
⌘F | Search scrollback |
⌘K | Clear terminal |
⌘⇧B | Toggle broadcast mode |
⌘⇧R | Toggle session recording |
⌘⇧P | Quick commands palette |
| Shortcut | Action |
|---|
Enter | Open selected resource |
Ctrl+D | Delete selected resource |
e | Edit YAML |
l | Stream logs inline |
s | Shell into pod |
y | View YAML |
c | Copy resource name |
F | Port-forward focused resource |