k9s/plugins
Zadkiel AHARONIAN de9a118d43
feat: use kubectl events for plugin `watch-events` (#3062)
2025-01-19 10:20:59 -07:00
..
kubectl Merge pull request #619 from Flare576/master 2020-05-23 11:46:55 -06:00
kubectl-plugins fix: do not hard-code path to kubectl in jq plugin (#2678) 2024-05-03 07:32:00 -06:00
README.md
ai-incident-investigation.yaml
argo-rollouts-powershell.yaml
argo-rollouts.yaml
argocd.yaml
blame.yaml K9s/release v0.31.0 (#2440) 2024-01-08 18:30:49 -07:00
carvel.yaml
cert-manager.yaml
crossplane.yaml
current-ctx-terminal.yaml
debug-container.yaml
dive.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
duplik8s.yaml
eks-node-viewer.yaml
flux.yaml Fix Flux trace plugin command (#3041) 2025-01-12 08:41:12 -07:00
get-all.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
helm-default-values.yaml
helm-diff.yaml feat: add helm diff plugin (#3017) 2025-01-06 10:01:32 -07:00
helm-purge.yaml Update helm-purge.yaml (#2787) 2024-08-15 17:53:35 -06:00
helm-values.yaml
job-suspend.yaml
k3d-root-shell.yaml K9s/release v0.32.4 (#2637) 2024-03-20 13:14:37 -06:00
keda-toggle.yaml
kubectl-get-in-shell.yaml
liveMigration.yaml
log-full.yaml fixed conflicting plugin shortcuts, and added 2 new plugins (#2930) 2024-10-27 18:20:53 -06:00
log-jq.yaml
log-loki.yaml Fix typos (#3026) 2024-12-16 09:09:22 -07:00
log-stern.yaml fixed conflicting plugin shortcuts, and added 2 new plugins (#2930) 2024-10-27 18:20:53 -06:00
openssl.yaml
remove-finalizers.yaml
resource-recommendations.yaml
rm-ns.yaml
spark-operator.yaml
trace-dns.yaml plugin/trace-dns: Trace DNS requests using Inspektor Gadget (#2986) 2024-11-28 10:40:58 -07:00
watch-events.yaml

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.

Following is an example of some plugin files in this directory. Other files are not listed in this table.

Plugin-Name Description Available on Views Shortcut Kubectl plugin, external dependencies
ai-incident-investigation.yaml Run AI investigation on application issues to find the root cause in seconds all Shift-h/o HolmesGPT
debug-container.yaml Add ephemeral debug container
(nicolaka/netshoot)
containers Shift-d
dive.yaml Dive image layers containers d Dive
get-all.yaml get all resources in a namespace all g Krew, ketall
helm-diff.yaml Diff with previous revision / current revision helm/history Shift-D/Q helm-diff
job_suspend.yaml Suspends a running cronjob cronjobs Ctrl-s
k3d_root_shell.yaml Root shell to k3d container containers Shift-s jq
keda-toggle.yaml Enable/disable keda ScaledObject autoscaler scaledobjects Ctrl-N
log_stern.yaml View resource logs using stern pods Ctrl-l
log_jq.yaml View resource logs using jq pods Ctrl-j kubectl-plugins/kubectl-jq
log_full.yaml get full logs from pod/container pods/containers Ctrl-l
resource-recommendations.yaml View recommendations for CPU/Memory requests based on historical data deployments/daemonsets/statefulsets Shift-k Robusta KRR
trace-dns.yaml Trace DNS resolution using Inspektor Gadget (4) containers/pods/nodes Shift-d