k9s/plugins
lorenzboguhn 39eef03373
Extend the argocd plugin by refresh and en/dis-abling of app sync (#3142)
* Extend the argocd plugin by refresh and en/dis-abling of app sync

* Add argocd plugin to plugins readme

---------

Co-authored-by: Lorenz Boguhn <Lorenz.Boguhn@ppi.de>
2025-03-11 23:37:47 -06: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 Extend the argocd plugin by refresh and en/dis-abling of app sync (#3142) 2025-03-11 23:37:47 -06:00
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
external-secrets.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-bunyan.yaml Feat: Add plugin support for parsing logs with bunyan cli #3153 (#3152) 2025-03-11 17:55:39 -06:00
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
node-root-shell.yaml
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
vector-dev-top.yaml
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
argocd.yaml Perform argocd operation quickly applications Shift-r ArgoCD
debug-container.yaml Add ephemeral debug container
(nicolaka/netshoot)
containers Shift-d
dive.yaml Dive image layers containers d Dive
external-secrets.yaml Refresh external/push-secrets externalsecrets/pushsecrets Shift-R
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-bunyan.yaml View pods, service, deployment logs using bunyan pods, service, deployment Ctrl-l Bunyan
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
vector-dev-top.yaml Run vector top in vector.dev container pods/container h vector top