* Plugin for opening a root shell to k3d containter * Add namespace and context to kubectl call Co-authored-by: Igor Iatsenko <igor.iatsenko@here.com> |
||
|---|---|---|
| .. | ||
| kubectl | ||
| kubectl-plugins | ||
| README.md | ||
| dive.yml | ||
| flux.yml | ||
| get-all.yml | ||
| helm-default-values.yml | ||
| helm-purge.yml | ||
| helm_values.yml | ||
| job_suspend.yml | ||
| k3d_root_shell.yml | ||
| log_jq.yml | ||
| log_stern.yml | ||
| watch_events.yml | ||
README.md
K9s community plugins
K9s plugins extend the tool to provide additional functionality via actions to further help you observe or administer your Kubernetes clusters.
| Plugin-Name | Description | Available on Views | Shortcut | Kubectl plugin, external dependencies |
|---|---|---|---|---|
| log_stern.yml | View resource logs using stern | pods | Ctrl-l | |
| log_jq.yml | View resource logs using jq | pods | Ctrl-j | kubectl-plugins/kubectl-jq |
| job_suspend.yml | Suspends a running cronjob | cronjobs | Ctrl-s | |
| dive.yml | Dive image layers | containers | d | Dive |
| k3d_root_shell.yml | Root shell to k3d container | containers | Shift-s | jq |
| get-all.yml | get all resources in a namespace | all | g | Krew, ketall |