find-like experience for kubectl with this new project.kubectl-find is a plugin for
kubectl that helps you find Kubernetes resources based on various criteria and perform some actions. It allows you to:- find resources by their name (regex), age, labels, and status;
- additionally, use a node name, image name, or the fact of being restarted when finding Pods;
- use custom
jq filters for finding resources;- execute one of these actions on the matched resources: print, patch, or delete.
Language: Go | License: Apache 2.0 | 57 ⭐️
▶️ GitHub repo
💬 Reddit announcement
#tools #CLI