k9s/plugins
Jeroen Lanckmans 79c43dc478 Add plugin example to list all resources in a namespace 2020-06-16 20:25:17 +02:00
..
kubectl Merge pull request #619 from Flare576/master 2020-05-23 11:46:55 -06:00
kubectl-plugins changed plugin col references. Bugz #616 #615 #614 2020-03-13 00:24:04 -06:00
README.md Add plugin example to list all resources in a namespace 2020-06-16 20:25:17 +02:00
dive.yml Update readme and examples 2020-05-01 22:26:08 +02:00
get-all.yml Add plugin example to list all resources in a namespace 2020-06-16 20:25:17 +02:00
helm-purge.yml feat(helm): add helm purge plugin 2020-03-12 16:03:47 -05:00
job_suspend.yml Update readme and examples 2020-05-01 22:26:08 +02:00
log_jq.yml Update readme and examples 2020-05-01 22:26:08 +02:00
log_stern.yml Update readme and examples 2020-05-01 22:26:08 +02:00

README.md

K9s community plugins

K9s plugins extend the tool to provide additonal 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 kubetcl-plugins/kubectl-jq
job_suspend.yml Suspends a running cronjob cronjobs Ctrl-s
dive.yml Dive image layers containers d Dive
get-all.yml get all resources in a namespace all g Krew, ketall