k9s/plugins
Pavan Gudiwada a766329083
Add support for resource recommendations using Robusta KRR (#2399)
* Adding Robusta KRR as a K9s  plugin

* Fixed file extension

* Updated details for simplicity

* Updated Author and dependency details
2024-01-02 10:33:11 -07:00
..
kubectl Merge pull request #619 from Flare576/master 2020-05-23 11:46:55 -06:00
kubectl-plugins handling non json lines as raw with red color 2020-11-30 09:45:37 +01:00
README.md Add support for resource recommendations using Robusta KRR (#2399) 2024-01-02 10:33:11 -07:00
blame.yml add kubectl-blame plugin (#2338) 2023-12-28 10:36:34 -07:00
carvel.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
crossplane.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
debug-container.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
dive.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
flux.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
get-all.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
helm-default-values.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
helm-purge.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
helm_values.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
job_suspend.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
k3d_root_shell.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
log_full.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
log_jq.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
log_stern.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
remove_finalizers.yml Add plugin to remove finalizers (#2359) 2023-12-26 14:11:12 -07:00
resource-recommendations.yml Add support for resource recommendations using Robusta KRR (#2399) 2024-01-02 10:33:11 -07:00
rm-ns.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00
schema.json docs: add plugin.yml JSON schema (#2235) 2023-10-08 08:09:20 -06:00
watch_events.yaml K9s/release v0.30.1 (#2369) 2023-12-24 11:29:22 -07:00

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 of plugin files in this directory. Other files are not listed in this table.

Plugin-Name Description Available on Views Shortcut Kubectl plugin, external dependencies
debug-container.yml Add ephemeral debug container
(nicolaka/netshoot)
containers Shift-d
dive.yml Dive image layers containers d Dive
get-all.yml get all resources in a namespace all g Krew, ketall
job_suspend.yml Suspends a running cronjob cronjobs Ctrl-s
k3d_root_shell.yml Root shell to k3d container containers Shift-s jq
resource-recommendations.yml View recommendations for CPU/Memory requests based on historical data deployments/daemonsets/statefulsets Shift-k Robusta KRR
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
log_full.yml get full logs from pod/container pods/containers Ctrl-l