k8s-unused-secret-detector
Command-line interface tool for detecting unused Kubernetes secrets.
- Detect unused secrets:
k8s-unused-secret-detector
- Detect unused secrets in a specific namespace:
k8s-unused-secret-detector -n {namespace}
- Delete unused secrets in a specific namespace:
k8s-unused-secret-detector -n {namespace} | kubectl delete secret -n {namespace}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).